Skip to content

A sample Vue-js ToDo application that demonstrates the use of vuex in state management 👍

License

Notifications You must be signed in to change notification settings

jamesgeorge007/Vue-ToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

store-sample

A ToDo app built just to demonstrate state management using vuex.

Available here

demo

Contributor Guidelines

  • Clone the repository.
  • Install the dependencies with npm install
  • Run the app locally with npm run serve
  • Make your changes.
  • Push it to a new branch and submit a PR for review.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint