/TODO-List-App-Vue-Js

TODO tracker App with Vue Js Framework and Json server implementation.

Primary LanguageVue

vue-crash-app

This is a sample TODO list App with Vue Js Framework. This project has frontend Single Page Web App and Json server Implementation as Backend to manage TODOs. Use "npm run serve" to run the Web App on localhot and Use "npm run backend" to run Backend Json server on seperare terminal. Use Diff localhost port as per your systems port availabality.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and run json server

npm run backend

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.