Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```