UNPKG

531 BMarkdownView Raw
1# widgets3
2
3## Usage instructions
4
5There is no default export. A named export `WidgetView` is exported.
6
7The WidgetView takes a single prop, `taxonomies`. This is an object defining
8a set of available taxonomies. The string key is used to uniquely identify
9the taxonomy. The taxonomy should have a single root node.
10
11## Releasing a new version
12
13Steps:
14
15Bump version number in package.json
16
17Run
18
19 ./node_modules/.bin/vue-cli-service build --target lib --name amoe-butterworth-widgets src/library-entry.ts
20
21Now `npm publish`