@pitcher/vue-sdk
v1.17.1
Published
VueJS Development Tools for the use in Pitcher Impact
Downloads
135
Maintainers
Keywords
Readme
Pitcher VUE.JS SDK
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.
Documentation
https://pitcherag.github.io/pitcher-vue-sdk/
Project setup
To start development you need Node.js and NPM installed on your machine.
npm install
if you are on npm version < 7 ornpm install --legacy-peer-deps
if you are on npm >= 7npm run demo
- Profit! You can start making changes and they will be hot reloaded
How to contribute
Step by step contribution guide
Steps
- 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