Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 882 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 882 Bytes

Vue Sidebar menu example

Sidebar + Burger Menu Component Example for Websites

How-To

You can find the tutorial on my blog here

Live Demos

Codesandbox Demo

Codepen Demo

Features

  • Burger Menu Component
  • Sidebar Menu Component
  • The communication between Burger and Sidebar is handled via Vue.Observable

Install Project

git clone git@github.com:regenrek/vue-sidebar-menu-example.git

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build