https://github.com/flashamarillo/indecision-vue-proyecto
Proyecto simple realizado con Vuejs
https://github.com/flashamarillo/indecision-vue-proyecto
vuecli vuejs
Last synced: 2 months ago
JSON representation
Proyecto simple realizado con Vuejs
- Host: GitHub
- URL: https://github.com/flashamarillo/indecision-vue-proyecto
- Owner: FlashAmarillo
- Created: 2022-08-01T04:43:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T05:19:06.000Z (almost 4 years ago)
- Last Synced: 2024-07-27T18:22:40.936Z (almost 2 years ago)
- Topics: vuecli, vuejs
- Language: JavaScript
- Homepage: https://illustrious-biscuit-6ce1c4.netlify.app/
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 03-fundamentos
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).