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

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

Vietify Template based on Vue.js vuetifyjs/pwa template.
https://github.com/fraigo/vuetify-template

html5 vuejs vuetifyjs

Last synced: about 1 year ago
JSON representation

Vietify Template based on Vue.js vuetifyjs/pwa template.

Awesome Lists containing this project

README

          

# vue-app-template

## Html Preview

https://fraigo.github.io/vuetify-template/

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Run your unit tests
```
npm run test:unit
```

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

## Setup a new project

* `vue create vue-template`
* Use vue-2 template
* `cd vue-template`
* `vue add vuetify`
* Use Preset: Vuetify 2 - Vue CLI (recommended)
* `vue add router`
* Use history mode for router? (Requires proper server setup for index fallback in production) No
* `vue add vuex`
* `npm install -D sass-loader node-sass`
* `vue add pwa`