Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/disjfa/vuetify-sidebar-template
A default template for vuetify with a sidebar
https://github.com/disjfa/vuetify-sidebar-template
boilerplate sidebar vue vue-template vuetify webpack
Last synced: about 2 months ago
JSON representation
A default template for vuetify with a sidebar
- Host: GitHub
- URL: https://github.com/disjfa/vuetify-sidebar-template
- Owner: disjfa
- Created: 2017-01-11T22:04:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T21:43:04.000Z (almost 6 years ago)
- Last Synced: 2024-04-15T01:16:55.929Z (9 months ago)
- Topics: boilerplate, sidebar, vue, vue-template, vuetify, webpack
- Language: Vue
- Homepage: http://vuetify-sidebar-template.js.org
- Size: 1.66 MB
- Stars: 60
- Watchers: 5
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/vuejs/vue-cli).
``` bash
$ 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`:
``` bash
vue init username/repo my-project
```