To do app
Apply Firebase (Original: doit-vuejs)
- Close modal by mouse click, 'ESC'
- Focus on input after add or clear all items
# create project and setup
> npm install -g vue-cli
> vue init webpack doitnow
> cd doitnow
> npm install
> npm run dev
> npm run build
# Firebase setup and deploy
> npm install firebase vuefire --save
> npm install -g firebase-tools
> firebase login
> firebase init
> firebase deploy
For a detailed explanation on how things work, check out the guide and docs for vue-loader.