https://github.com/daybrush/vue-test
https://github.com/daybrush/vue-test
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daybrush/vue-test
- Owner: daybrush
- Created: 2020-06-06T08:00:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T10:38:49.000Z (over 5 years ago)
- Last Synced: 2025-05-31T15:47:04.095Z (4 months ago)
- Language: TypeScript
- Size: 272 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-test3
## 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/).