A ToDo app built just to demonstrate state management using vuex.
- 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.
npm install
npm run serve
npm run build
npm run test
npm run lint