https://github.com/eadwincode/vue-element-admin-typescript
https://github.com/eadwincode/vue-element-admin-typescript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eadwincode/vue-element-admin-typescript
- Owner: eadwinCode
- Created: 2020-03-23T11:00:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T22:40:28.000Z (about 5 years ago)
- Last Synced: 2025-09-29T14:58:45.710Z (4 months ago)
- Language: Vue
- Size: 2.49 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-element-admin-typescript-template
Typescript version of [vue-admin-template](https://github.com/PanJiaChen/vue-admin-template). A minimal vue admin template with Element UI & axios & iconfont & permission control & lint with nodejs mock server
Refer to [Documentation](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) for more information
## Demo

## Project setup
```
git clone git@github.com:eadwinCode/vue-element-admin-typescript.git
cd vue-element-admin-typescript
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).