An open API service indexing awesome lists of open source software.

https://github.com/eadwincode/vue-element-admin-typescript


https://github.com/eadwincode/vue-element-admin-typescript

Last synced: 4 months ago
JSON representation

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

![demo](https://github.com/eadwinCode/vue-element-admin-typescript/blob/master/demo/demo.gif)
## 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/).