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.
- Host: GitHub
- URL: https://github.com/fraigo/vuetify-template
- Owner: fraigo
- License: mit
- Created: 2018-04-02T23:15:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T23:15:22.000Z (about 3 years ago)
- Last Synced: 2025-04-20T14:43:39.554Z (about 1 year ago)
- Topics: html5, vuejs, vuetifyjs
- Language: HTML
- Homepage: https://fraigo.github.io/vuetify-template/dist/
- Size: 1.98 MB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`