https://github.com/lorenzorottigni/vue-cli-first
Boolean academy first Vuejs Project
https://github.com/lorenzorottigni/vue-cli-first
boolean vuecli
Last synced: 6 months ago
JSON representation
Boolean academy first Vuejs Project
- Host: GitHub
- URL: https://github.com/lorenzorottigni/vue-cli-first
- Owner: LorenzoRottigni
- Created: 2021-11-10T14:36:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T16:36:53.000Z (over 4 years ago)
- Last Synced: 2025-03-02T08:02:01.958Z (over 1 year ago)
- Topics: boolean, vuecli
- Language: Vue
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-cli-first
## 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/).