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

98ca51d Â· Mar 4, 2020

History

23 Commits
Oct 13, 2018
May 18, 2019
Oct 12, 2018
Oct 13, 2018
Jun 6, 2019
May 18, 2019
Oct 27, 2018
Mar 4, 2020
May 18, 2019

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