Skip to content

Commit f5d18b7

Browse files
committed
change README.md
1 parent 820c7d2 commit f5d18b7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
![feathers-vuex service logo](https://github.com/feathers-plus/feathers-vuex/raw/master/service-logo.png)
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

Comments
 (0)