Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simotae14/vue-js-cli-new-3-manual
first project with vue cli 3
https://github.com/simotae14/vue-js-cli-new-3-manual
Last synced: 9 days ago
JSON representation
first project with vue cli 3
- Host: GitHub
- URL: https://github.com/simotae14/vue-js-cli-new-3-manual
- Owner: simotae14
- Created: 2019-05-01T20:34:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:48:20.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T05:04:48.819Z (7 months ago)
- Language: Vue
- Size: 2.04 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-js-cli-new-3-manual
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Run your unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).