Power of Vue 3 with awesomeness of Tweakpane!
- 💪 Built with TypeScript.
- 🌠 Built with the all new Vue 3
npm install tweakpane v-tweakpane --save
# install dependencies
$ npm install
# start dev
$ npm run dev
# package lib
$ npm run build
- Fork it ( https://github.com/vinayakkulkarni/v-tweakpane/fork )
- Create your feature branch (
git checkout -b feat/new-feature
) - Commit your changes (
git commit -Sam 'feat: add feature'
) - Push to the branch (
git push origin feat/new-feature
) - Create a new Pull Request
Note:
- Please contribute using Github Flow
- Commits & PRs will be allowed only if the commit messages & PR titles follow the conventional commit standard, read more about it here
- PS. Ensure your commits are signed. Read why
MIT © Vinayak Kulkarni