To-Do list application using Vuex store.
- Clone the repository:
git clone https://github.com/kitaminka/vue-todo-list.git- Install dependencies:
yarn install- Start the program in development mode:
yarn serve- Compile for production:
yarn build
