direct-vuex
Advanced tools
Comparing version 0.12.0 to 0.12.1
{ | ||
"name": "direct-vuex", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "Use and implement your Vuex store with TypeScript types. Compatible with the Vue 3 composition API.", | ||
@@ -5,0 +5,0 @@ "author": "Paleo", |
@@ -13,3 +13,3 @@ # direct-vuex | ||
First, add `direct-vuex` to a Vue application: | ||
First, add `direct-vuex` to a Vue 2 application: | ||
@@ -20,2 +20,8 @@ ```sh | ||
Or in a Vue 3 application: | ||
```sh | ||
npm install direct-vuex@next | ||
``` | ||
## Create the store | ||
@@ -344,4 +350,4 @@ | ||
With VS Code, our recommanded plugin is: | ||
With VS Code, our recommended plugin is: | ||
* **TSLint** from Microsoft (`ms-vscode.vscode-typescript-tslint-plugin`) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63308
351