Skip to content

Minimalistic responsive navigation bar that renders routes of vue-router.

License

Notifications You must be signed in to change notification settings

classicalConditioning/vue-router-nav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-router-nav

Minimalistic responsive navigation bar that renders routes of vue-router.

View the demo.

Dependencies

You need to have vue-router installed in order for vue-router-nav to work.

Install

npm install vue-router-nav --save

Usage

import RouterNav from 'vue-router-nav'

Vue.use(RouterNav)
<template>
  <div id="app">
    <router-nav/>
    <router-view/>
  </div>
</template>

<script>
export default {
  name: 'app'
}
</script>

About

Minimalistic responsive navigation bar that renders routes of vue-router.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published