Skip to content

disjfa/vuetify-sidebar-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuetify-sidebar-template

A boilerplate using the vuetify library. A basic setup for a sidebar using vue-router

Usage

This is a project template for vue-cli.

$ npm install -g @vue/cli @vue/cli-init
$ vue init disjfa/vuetify-sidebar-template my-project
$ cd my-project
$ npm install
$ npm run serve

What's Included

  • npm run serve: Test your site on your local machine with proper config for source maps & hot-reload.

  • npm run build: build the website.

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with vue-cli:

vue init username/repo my-project