We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820c7d2 commit f5d18b7Copy full SHA for f5d18b7
README.md
@@ -0,0 +1,19 @@
1
+# vue-cli-plugin-feathers-vuex
2
+
3
+Vue Cli 3 Plugin for initialising [feathers-vuex](https://github.com/feathers-plus/feathers-vuex) and adding services. For feathers-vuex > `v1.7.0`
4
5
+
6
7
+> Integrate feathers-vuex into vue automatically
8
9
+## Usage
10
+`vue add feathers-vuex` - init feathers-vuex<br />
11
+`vue invoke feathers-vuex` > `add service` - add new service
12
13
+## Features
14
+- Add feathers-vuex regarding [best practice](https://feathers-vuex.feathers-plus.com/common-patterns.html#organizing-the-services-in-your-project)
15
+- add new services
16
+- Currently supporting Javascript
17
18
+## ToDo
19
+- [ ] Support Typescript
0 commit comments