https://github.com/hdev14/minicurso-vuejs
https://github.com/hdev14/minicurso-vuejs
vuejs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hdev14/minicurso-vuejs
- Owner: hdev14
- Created: 2019-11-06T11:02:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T14:21:08.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T10:57:50.910Z (11 months ago)
- Topics: vuejs
- Language: JavaScript
- Size: 6.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# front
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).