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

https://github.com/jannchie/vuetify-template

This is an out-of-the-box template that uses Vue.js 2.0 and Vuetify.js. Devoting to help users start projects faster.
https://github.com/jannchie/vuetify-template

Last synced: 4 months ago
JSON representation

This is an out-of-the-box template that uses Vue.js 2.0 and Vuetify.js. Devoting to help users start projects faster.

Awesome Lists containing this project

README

          

# vuetify-template

This is an out-of-the-box template that uses Vue.js 2.0 and Vuetify.js. Devoting to help users start projects faster.

[Online Demo Here](https://vuetify-template.netlify.app/)

## Project setup

``` bash
yarn install
```

### Compiles and hot-reloads for development

``` bash
yarn serve
```

### Compiles and minifies for production

``` bash
yarn build
```

### Lints and fixes files

``` bash
yarn lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).