File tree 3 files changed +13
-13
lines changed
3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## 0.3.0
6
- - Use named export ([ 3fd201] ( https://github.com/distolma/ storeon- vue/commit/3fd201ea0e199f82fccc0df5f733fa18f16f463a ) )
6
+ - Use named export ([ 3fd201] ( https://github.com/storeon/ vue/commit/3fd201ea0e199f82fccc0df5f733fa18f16f463a ) )
7
7
8
8
## 0.2.2
9
- - Remove unnecessary type declarations ([ d67d76] ( https://github.com/distolma/ storeon- vue/commit/d67d765e1d09470b4260cfd9be20b61a6f4d2143 ) )
9
+ - Remove unnecessary type declarations ([ d67d76] ( https://github.com/storeon/ vue/commit/d67d765e1d09470b4260cfd9be20b61a6f4d2143 ) )
10
10
11
11
## 0.2.1
12
- - Add type definitions ([ 3bd245] ( https://github.com/distolma/ storeon- vue/commit/3bd245319cc3c7f76d924f322d814f5fba683434 ) )
12
+ - Add type definitions ([ 3bd245] ( https://github.com/storeon/ vue/commit/3bd245319cc3c7f76d924f322d814f5fba683434 ) )
13
13
14
14
## 0.2.0
15
- - Simplify API ([ 773929] ( https://github.com/distolma/ storeon- vue/commit/773929714f27dd0ca78ed72b6f8ade6d4bde5f37 ) )
15
+ - Simplify API ([ 773929] ( https://github.com/storeon/ vue/commit/773929714f27dd0ca78ed72b6f8ade6d4bde5f37 ) )
16
16
17
17
## 0.1.0
18
- - change api to avoid component re-render ([ 2b9a97] ( https://github.com/distolma/ storeon- vue/commit/2b9a9750763bfdab7585851500defd512f3a8422 ) )
18
+ - change api to avoid component re-render ([ 2b9a97] ( https://github.com/storeon/ vue/commit/2b9a9750763bfdab7585851500defd512f3a8422 ) )
19
19
20
20
## 0.0.1
21
21
Original file line number Diff line number Diff line change @@ -18,23 +18,23 @@ Read more about Storeon [article].
18
18
## Install
19
19
20
20
``` sh
21
- npm install storeon- vue -S
21
+ npm install @ storeon/ vue -S
22
22
```
23
23
or
24
24
``` sh
25
- yarn add storeon- vue
25
+ yarn add @ storeon/ vue
26
26
```
27
27
28
28
## How to use
29
29
30
- Create a store with ` storeon ` as you do it usually. You must explicitly install ` storeon- vue ` via ` Vue.use() ` .
30
+ Create a store with ` storeon ` as you do it usually. You must explicitly install ` @ storeon/ vue` via ` Vue.use() ` .
31
31
32
32
#### ` store.js `
33
33
34
34
``` js
35
35
import Vue from ' vue'
36
36
import { createStoreon } from ' storeon'
37
- import { StoreonVue } from ' storeon- vue'
37
+ import { StoreonVue } from ' @ storeon/ vue'
38
38
39
39
Vue .use (StoreonVue)
40
40
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " storeon- vue" ,
2
+ "name" : " @ storeon/ vue" ,
3
3
"version" : " 0.3.0" ,
4
4
"description" : " A tiny (150 bytes) connector for Storeon and Vue" ,
5
5
"main" : " index.js" ,
10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
13
- "url" : " git+https://github.com/distolma/ storeon- vue.git"
13
+ "url" : " git+https://github.com/storeon/ vue.git"
14
14
},
15
15
"author" :
" Dmytro Mostovyi <[email protected] >" ,
16
16
"license" : " MIT" ,
17
17
"bugs" : {
18
- "url" : " https://github.com/distolma/ storeon- vue/issues"
18
+ "url" : " https://github.com/storeon/ vue/issues"
19
19
},
20
- "homepage" : " https://github.com/distolma/ storeon- vue#readme" ,
20
+ "homepage" : " https://github.com/storeon/ vue#readme" ,
21
21
"peerDependencies" : {
22
22
"storeon" : " ^2.0.0" ,
23
23
"vue" : " ^2.6.0"
You can’t perform that action at this time.
0 commit comments