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
1212
1313## Installation
1414
15- Simply reference the github project in your ` package.json `
15+ Install this plugin via npm or yarn.
1616
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
2419
25- and run ` npm install ` .
20+ $ yarn add @vuex-orm/plugin-soft-delete
21+ ```
2622
2723Then, you need to install the plugin as any VuexORM plugin. In your store initialization code, simply add:
2824
2925``` javascript
30- import VuexORMSoftDeletePlugin from ' vuexorm-softdelete- plugin' ;
26+ import VuexORMSoftDeletePlugin from ' @vuex-orm/ plugin-soft-delete ' ;
3127```
3228
3329and then
You can’t perform that action at this time.
0 commit comments