This is a single page Task Managing web application built with Vue.js that uses Google Firebase as a back-end for data keeping by authenticated users and LocalStorage for non-authenticated users. This is intended to be used as a simple TODOs web-app for creating TODO lists with the option to login using an online account to keep your TODOs data sync'd between devices.
# install dependencies
npm install
# serve with hot reload, check webpack config for host/port under devServer
npm run dev
# build for production with minification
npm run build
Rainner Lins: @raintek_
Licensed under MIT.