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.
- Host: GitHub
- URL: https://github.com/codingexplained/vuejs-routing
- Owner: codingexplained
- Created: 2017-07-19T11:59:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T17:56:31.000Z (over 5 years ago)
- Last Synced: 2025-04-10T03:17:05.349Z (9 months ago)
- Topics: javascript, vue, vue-router, vue2, vuejs, vuejs2
- Language: Vue
- Homepage: https://l.codingexplained.com/r/vuejs-course?src=github
- Size: 38.1 KB
- Stars: 3
- Watchers: 1
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```