- Vue.js(>2.x.)
- vue-router(>2.x.)
- vuex(>2.x.)
- vuex-router-sync(>3.x.) @next
- Firebase(>3.6.x)
- marked(>0.3.x)
- webpack(>1.13.x)
- babel-core(>6.18.x)
- babel-presett-es2015
- babel-presett-stage-2
Vue-memo is a personal project created to deepen the understanding of Vue.js. I will wait for Pull Request.
- Create Firebase Project
- To enable Google Authentication Sign-In
- Entry Environment Variables
# create settings.js
cp settings.js.org settings.js
# paste from Firebase config
vim settings.js
# install deps:
npm install
# serve examples at localhost:8080:
npm run dev
# build dist files:
npm run build
firebase login
firebase use --add
# select your project, and then...
npm run deploy