Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 679 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 679 Bytes

Scwabble- A Scrabble score keeper progressive web app.

Built with Vue, Vuex, Vue-Router, Vuetify and Cloud Firestore.

This project was scaffolded using the Vuetify PWA Vue CLI template.

Firebase setup

src/config/index.js

const config = {
  // enter your Firebase config object here
  // https://firebase.google.com/
};

Build Setup

# 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

No tests, sorry :(