https://github.com/vantablanta/vue-crash
https://github.com/vantablanta/vue-crash
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vantablanta/vue-crash
- Owner: vantablanta
- Created: 2021-07-16T09:43:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T11:42:18.000Z (almost 5 years ago)
- Last Synced: 2025-03-13T14:43:17.825Z (about 1 year ago)
- Language: Vue
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-crash
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).