Tree BIOS
Tree Model and Services
A model handling state, fetching and inspire tree
Features
- Result fetching
- Customizable services which can be overridden
Usage
Install
npm install
Development
npm run dev
Build
npm run build
Release
npm run build
git tag -a vX.Y.Z
git push origin master
git push origin --tags
npm publish --access=public .