Skip to content

vuejs/vue-router

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-router-next CircleCI

vue-router for Vue 2.0.

This is still work in progress. There are numerous breaking changes from 0.7.x and docs are lacking - the best way to get started is checking out the examples.

npm install

# serve examples at localhost:8080
npm run dev

# build dist files
npm run build