An open API service indexing awesome lists of open source software.

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

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/).