Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 645 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 645 Bytes

Task Tracker App with Vue js (Options API)

demo-image

Project setup

clone this repo https://github.com/Kaung-Sintc/Task-Tracker-app.git or download zip file

Install required dependencies

npm install

run json server

jsx json-server data/db.json

Or if you prefer using database Firebase also is a great option

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.