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

https://github.com/rainmango/vue3-typescript-template

Vue3+TS+Vuex+vue-property-decorator+AntdV 实例模板
https://github.com/rainmango/vue3-typescript-template

antdesign cross-env dotenv eslint scss tslint typescript vue-pro vue-property-decorator vue-router vue3 vuex webpack4

Last synced: 2 months ago
JSON representation

Vue3+TS+Vuex+vue-property-decorator+AntdV 实例模板

Awesome Lists containing this project

README

        

# vue3-typescript-template

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).