@human-nature-lab/breadboard-client
v1.0.20
Published
The Vue client view for Breadboard
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-clientUsage
import { PlayerTimers } from '@human-nature-lab/breadboard-client'Releasing
- Increment version:
npm version {major|minor|patch|prerelease} - Publish:
npm publishand follow prompts - Push changes:
git push && git push --tags
