Vue Cli Plugin for initialising feathers-vuex and adding services. For feathers-vuex v3.0.0
and ongoing
Integrate feathers-vuex into vue automatically
If you use Vue cli, type the following in your command line:
vue add feathers-vuex
vue add feathers-vuex
- init feathers-vuexvue invoke feathers-vuex
add service
- adds a new service with the baked in templatecopy template to feathers folder
- you can customize your own template and use it for new service creation. It will be placed under:./src/store/feathers/templates/${templateName}
and will be invoked as following:add service from custom template
- this renders all files from your custom template folder to your application. You can customize the files with ejsinit feathers-vuex
- this is the same asvue add feathers-vuex
- Add feathers-vuex regarding best practice
- add new services
- Currently supporting Javascript
- Support Typescript
This project is licensed under the MIT License - see the license file for details