https://github.com/celljuke/prime-vue-init
https://github.com/celljuke/prime-vue-init
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/celljuke/prime-vue-init
- Owner: celljuke
- Created: 2018-12-01T05:16:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T06:46:56.000Z (over 7 years ago)
- Last Synced: 2025-04-05T02:26:51.337Z (about 1 year ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prime-vue
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).