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

https://github.com/orbis25/vue-admin-template-ts

Simple admin template with vuejs and TypeScript
https://github.com/orbis25/vue-admin-template-ts

admin-dashboard admin-panel admin-template admin-vue typescript vue vue-cli-3 vue-template vue-typescript vuejs vuex

Last synced: 1 day ago
JSON representation

Simple admin template with vuejs and TypeScript

Awesome Lists containing this project

README

        

# VueTs

![new1](https://user-images.githubusercontent.com/38229144/72582600-9cdc2600-38b9-11ea-8ee4-b76f71cd9d33.gif)

## Project setup
```
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/).