Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 794 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 794 Bytes

doitnow

To do app

Apply Firebase (Original: doit-vuejs)

Demo

Change Log

Improve User Experience - 2018/03

  1. Close modal by mouse click, 'ESC'
  2. Focus on input after add or clear all items

Build Setup

# 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.