vuex-composition-helpers
A util package to use Vuex with Composition API easily.
File Explorer
Download Latest Version (.zip)- release.yml
- test.yml
- global.ts
- index.ts
- namespaced.ts
- util.ts
- wrapper.ts
- local-vue.ts
- global-actions.test.ts
- global-getters.test.ts
- global-mutations.test.ts
- global-state.test.ts
- namespaced-actions.test.ts
- namespaced-getters.test.ts
- namespaced-helpers.test.ts
- namespaced-mutations.test.ts
- namespaced-state.test.ts
- .gitignore
- .npmignore
- jest.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tsconfig.test.json
# Installation Guide
1. Get the code
git clone https://github.com/greenpress/vuex-composition-helpers
Downloads the entire project code from GitHub to your computer.
cd vuex-composition-helpers
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install vuex-composition-helpers
Downloads and installs the libraries listed in package.json.
$ yarn add vuex-composition-helpers
Type this command into your terminal and run it.
$ pnpm install vuex-composition-helpers
Downloads and installs the libraries listed in package.json.
$ npm install vuex-composition-helpers@1.2.0
Downloads and installs the libraries listed in package.json.
$ yarn add vuex-composition-helpers@1.2.0
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
