This is a Todo manager developed using Vue Js integrated with Vuex. Vuex is a state management framework for Vue JS, which is used to handle multiple states/components of the application reliably. This makes larger application with many number of components/states process easier while being handled by the user.
npm install
npm run serve
npm run build
npm run lint