https://github.com/franmc01/vue-indecisionapp
El siguiente repositorio contiene una aplicacion básica en Vue, el objetivo de la misma es practicar un poco lo aprendido hace unos meses :)
https://github.com/franmc01/vue-indecisionapp
vue vuejs
Last synced: 8 months ago
JSON representation
El siguiente repositorio contiene una aplicacion básica en Vue, el objetivo de la misma es practicar un poco lo aprendido hace unos meses :)
- Host: GitHub
- URL: https://github.com/franmc01/vue-indecisionapp
- Owner: franmc01
- Created: 2021-08-25T21:54:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T02:42:49.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T11:42:04.026Z (over 1 year ago)
- Topics: vue, vuejs
- Language: Vue
- Homepage: https://vue-indecision-app.netlify.app/
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# indecision-app
### Demo
See [preview](https://vue-indecision-app.netlify.app/).
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```