@raj0571/vuex-practice
v0.1.0
Published
Simple easy to understand Vuex project that follows standard Vuex recommended best practices built with latest Vite tool and deployed with Vercel services
Downloads
4
Readme
Project screenshots:
To run the project follow the below steps:
- Install dependencies:
npm install - Run server local mocked server(json server):
npm run api - Run project:
npm run dev
Changes (Pull requests):
v1: Initial starting code [https://github.com/rajlanjewar01/vuex-practice/pull/2]
v2: Pull requests:
- [https://github.com/rajlanjewar01/vuex-practice/pull/3] Separating api endpoint with new script command
- [https://github.com/rajlanjewar01/vuex-practice/pull/5] Commiting state with MUTATIONS
v3: Action and code optimization [https://github.com/rajlanjewar01/vuex-practice/pull/6]
v4: Refactor(Vuex best practices) [https://github.com/rajlanjewar01/vuex-practice/pull/7]
v6: Vue CLI to Vite upgrade [https://github.com/rajlanjewar01/vuex-practice/pull/9]
