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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T11:26:16.000Z (over 2 years ago)
- Last Synced: 2025-01-11T18:47:29.199Z (5 months 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/).