A boilerplate using the vuetify library. A basic setup for a sidebar using
vue-router
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
-
npm run serve
: Test your site on your local machine with proper config for source maps & hot-reload. -
npm run build
: build the website.
You can fork this repo to create your own boilerplate, and use it with vue-cli
:
vue init username/repo my-project