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 实例模板
- Host: GitHub
- URL: https://github.com/rainmango/vue3-typescript-template
- Owner: RainManGO
- Created: 2020-11-04T08:30:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-04T08:40:24.000Z (over 4 years ago)
- Last Synced: 2025-01-26T16:44:36.926Z (4 months ago)
- Topics: antdesign, cross-env, dotenv, eslint, scss, tslint, typescript, vue-pro, vue-property-decorator, vue-router, vue3, vuex, webpack4
- Language: TypeScript
- Homepage:
- Size: 321 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).