Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 917 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 917 Bytes

VueJs-Todo

VueJs Todo is an activity management application created with Vue Js framework. It has the functionality of creating Todo, updating Todo, marking Todo as completed by moving it to Done Todo list, and deleting Todo. Additionally and very important, users need to signup (create account) after which the user can signin/login in order to use or test the app's fuctionality. The data storage use for the application is JavaScript data structure (array and object) with some initial dummy data.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Login details for testing

email: [email protected]
password: thisismypassword