https://github.com/franmc01/vue-practicavuerouter
En el siguiente repositorio contiene codigo fuente de una practica con el vue-router, el cual es el enrutador oficial de Vue.js para crear web SPA etc
https://github.com/franmc01/vue-practicavuerouter
Last synced: 4 months ago
JSON representation
En el siguiente repositorio contiene codigo fuente de una practica con el vue-router, el cual es el enrutador oficial de Vue.js para crear web SPA etc
- Host: GitHub
- URL: https://github.com/franmc01/vue-practicavuerouter
- Owner: franmc01
- Created: 2021-06-18T14:38:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T19:00:41.000Z (almost 5 years ago)
- Last Synced: 2025-08-03T19:36:42.213Z (11 months ago)
- Language: Vue
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# router
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).