Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javipuche/project-v
Vue boilerplate
https://github.com/javipuche/project-v
Last synced: about 2 months ago
JSON representation
Vue boilerplate
- Host: GitHub
- URL: https://github.com/javipuche/project-v
- Owner: javipuche
- License: mit
- Created: 2019-11-26T10:11:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:20:01.000Z (about 2 years ago)
- Last Synced: 2023-03-08T08:57:33.320Z (almost 2 years ago)
- Language: CSS
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# project-v
## 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/).