This package is not being developed for new features, maintenance only.
Please open pull request if you want to change something and please include docs and unit tests. If you have a bug fix or feature request feel free to open a new issue.
https://pitcherag.github.io/pitcher-vue-sdk/
To start development you need Node.js and NPM installed on your machine.
npm install
if you are on npm version < 7 or
npm install --legacy-peer-deps
if you are on npm >= 7npm run demo
- Profit! You can start making changes and they will be hot reloaded
Step by step contribution guide
- Create your own branch and work on it
- Write tests, especially if you are creating a new component
- Tests
- Go back to step 2
- execute
npm run lint
to lint the files - Update changelog, write what you have changed/fixed/added. If there is not a heading for the next version, add it.
- Create a pull request
- If you are unsure about something, ask in pitcher-vue-sdk channel