@human-nature-lab/breadboard-client
v1.0.20
Published
The Vue client view for Breadboard
Downloads
3
Readme
@human-nature-lab/breadboard-client
This package contains the Vue 2 components for the Breadboard client.
Install
npm i --save @human-nature-lab/breadboard-client
Usage
import { PlayerTimers } from '@human-nature-lab/breadboard-client'
Releasing
- Increment version:
npm version {major|minor|patch|prerelease}
- Publish:
npm publish
and follow prompts - Push changes:
git push && git push --tags