File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -12,22 +12,18 @@ This is a plugin for the [Vuex-ORM](https://github.com/vuex-orm/vuex-orm) librar
12
12
13
13
## Installation
14
14
15
- Simply reference the github project in your ` package.json `
15
+ Install this plugin via npm or yarn.
16
16
17
- ``` javascript
18
- dependencies: {
19
- ...
20
- " vuexorm-softdelete-plugin" : " git+https://github.com/tvillaren/vuexorm-softdelete-plugin.git"
21
- ...
22
- }
23
- ```
17
+ ``` bash
18
+ $ npm install @vuex-orm/plugin-soft-delete
24
19
25
- and run ` npm install ` .
20
+ $ yarn add @vuex-orm/plugin-soft-delete
21
+ ```
26
22
27
23
Then, you need to install the plugin as any VuexORM plugin. In your store initialization code, simply add:
28
24
29
25
``` javascript
30
- import VuexORMSoftDeletePlugin from ' vuexorm-softdelete- plugin' ;
26
+ import VuexORMSoftDeletePlugin from ' @vuex-orm/ plugin-soft-delete ' ;
31
27
```
32
28
33
29
and then
You can’t perform that action at this time.
0 commit comments