Skip to content

Commit 43ff378

Browse files
committed
Even more refactorings
1 parent 39b5fc7 commit 43ff378

28 files changed

+11505
-260
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,27 @@ $ yarn run coverage
4848
Generate test coverage in coverage directory.
4949

5050

51+
```bash
52+
yarn docs:build
53+
```
54+
55+
Builds the documentation.
56+
57+
58+
```bash
59+
yarn docs:dev
60+
```
61+
62+
Spawns a server for the documentation.
63+
64+
65+
```bash
66+
yarn docs:depoy
67+
```
68+
69+
Deploys the documentation.
70+
71+
5172
## License
5273

5374
Vuex ORM Apollo is open-sourced software licensed under the [MIT license](https://github.com/phortx/vuex-orm-apollo/blob/master/LICENSE.md).

dist/vuex-orm-apollo.common.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
'use strict';
2+

0 commit comments

Comments
 (0)