VictorCostaOliveira / vue-pwa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-pwa

A Vue.js project

Build Setup

# install dependencies
npm install

# This project use GitFlow - https://danielkummer.github.io/git-flow-cheatsheet/index.pt_BR.html
# If you have already installed
- git flow init
- And press enter to all options

# If not
apt-get install git-flow

# Install firebase
npm install --save firebase

# Install vuetify - https://vuetifyjs.com/en/getting-started/quick-start
npm install vuetify --save

# 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

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

About


Languages

Language:JavaScript 68.3%Language:Vue 25.6%Language:HTML 6.1%