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

https://github.com/codingexplained/vuejs-routing

Contains the code for the routing section from the Vue.js: From Beginner to Professional course.
https://github.com/codingexplained/vuejs-routing

javascript vue vue-router vue2 vuejs vuejs2

Last synced: 9 months ago
JSON representation

Contains the code for the routing section from the Vue.js: From Beginner to Professional course.

Awesome Lists containing this project

README

          

# Working with routing in Vue.js

This repository contains the code for the routing section from the [Vue.js: From Beginner to Professional course](https://l.codingexplained.com/r/vuejs-course?src=github).

## Getting up and Running

``` bash
# Install the dependencies
npm install

# Serve with hot reload at http://localhost:8080
npm run dev

# Build for production with minification
npm run build
```