Skip to content

susantruong/vueToDo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

store-sample

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

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 49.0%
  • JavaScript 37.2%
  • HTML 13.8%