@visuallyjs/browser-ui-vue 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
## VisuallyJs
|
|
2
|
+
|
|
3
|
+
VisuallyJs Vue is a Vue library for building diagrams, node-based apps, charts and dashboards. It is compatible with Vue 3+.
|
|
4
|
+
|
|
5
|
+
**Note:** This package is the Vue package. If you are using a different library you should check out `@visuallyjs/browser-ui-angular`, `@visuallyjs/browser-ui-svelte` or `@visuallyjs/browser-ui-react`. And if you're using vanilla JS or Typescript, you'll want `@visuallyjs/browser-ui`
|
|
6
|
+
|
|
7
|
+
## Documentation
|
|
8
|
+
|
|
9
|
+
See https://visuallyjs.com/vue/docs
|
|
10
|
+
|
|
11
|
+
## Demonstrations
|
|
12
|
+
|
|
13
|
+
See https://visuallyjs.com/demonstrations
|
|
14
|
+
|
|
15
|
+
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@visuallyjs/browser-ui-vue","version":"1.0.
|
|
1
|
+
{"name":"@visuallyjs/browser-ui-vue","version":"1.0.1","description":"VisuallyJS Vue integration","module":"visuallyjs.browser-ui-vue.es.js","main":"visuallyjs.browser-ui-vue.cjs.js","types":"index.d.ts","files":["visuallyjs.browser-ui-vue.es.js","visuallyjs.browser-ui-vue.cjs.js","**/*.d.ts"],"author":"VisuallyJs <hello@visuallyjs.com> (https://visuallyjs.com)","license":"Commercial","dependencies":{"@visuallyjs/browser-ui":"1.0.1"},"homepage":"https://visuallyjs.com/vue","bugs":"https://github.com/visuallyjs/visuallyjs/issues"}
|