vue-apollo-toolset
v0.1.1-a
Published
A set of tools to make the usage of vue-apollo easier. Mapping out apollo link state aswel as creating query/mutation objects with a few simple helper functions.
Downloads
4
Maintainers
Readme
Features
Key features
- Bundle your library with Rollup
- Write modern JavaScript with latest features of Babel
- Create your own distributable React components (optional)
- Check your types with Flow (optional)
- Test and cover with Jest and Enzyme
- Lint with ESLint (air-bnb config)
Minor features
- Path aliases with babel module-resolver plugin
- CI with travis-ci.org
- Coverage info with coveralls.io
- Track and update your dependencies with renovateapp.com
Getting started
- Clone this repo from github
- Inside the repo directory run
npm install && rm -r .git && git init
- Update package.json with your information