https://github.com/mkgaru/vue3-starter
[WIP] Vue3, typescript, vue-router, vue-property-decorator, class-component starter
https://github.com/mkgaru/vue3-starter
typescript vue-class-component vue-next vue-property-decorator vue3
Last synced: 3 months ago
JSON representation
[WIP] Vue3, typescript, vue-router, vue-property-decorator, class-component starter
- Host: GitHub
- URL: https://github.com/mkgaru/vue3-starter
- Owner: MKGaru
- Created: 2020-04-18T08:04:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T20:20:00.000Z (about 2 years ago)
- Last Synced: 2025-01-16T00:23:40.610Z (4 months ago)
- Topics: typescript, vue-class-component, vue-next, vue-property-decorator, vue3
- Language: Vue
- Homepage:
- Size: 2.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# starter
## 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/).