Skip to content

rayxcl/Vue.js-TodoApp-WithFirebase

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published