Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etewiah/pwb-setup-vuetify
Vue / Vuetify project for managing the setup of a PropertyWebBuilder instance
https://github.com/etewiah/pwb-setup-vuetify
Last synced: 14 days ago
JSON representation
Vue / Vuetify project for managing the setup of a PropertyWebBuilder instance
- Host: GitHub
- URL: https://github.com/etewiah/pwb-setup-vuetify
- Owner: etewiah
- Created: 2018-02-02T16:09:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T11:41:10.000Z (almost 7 years ago)
- Last Synced: 2025-01-06T04:47:56.658Z (18 days ago)
- Language: JavaScript
- Size: 340 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#About
Created from vuetify pwa template:
vue init vuetifyjs/pwa pwb-setup-vuetify
# pwb-setup-vuetify
> A Vue.js project
## Build Setup
First of all you will need to copy "config/index-default.js" to "config/index.js"
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report# run unit tests
npm run unit# run e2e tests
npm run e2e# run all tests
npm test
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).