https://github.com/konjoinfinity/vueapp
Vue App
https://github.com/konjoinfinity/vueapp
Last synced: 3 months ago
JSON representation
Vue App
- Host: GitHub
- URL: https://github.com/konjoinfinity/vueapp
- Owner: konjoinfinity
- Created: 2020-03-16T21:04:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T11:26:16.000Z (over 3 years ago)
- Last Synced: 2025-03-01T03:47:20.442Z (over 1 year ago)
- Language: Vue
- Size: 1.4 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vueapp
## 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/).