vue-data-ui 0.0.16 → 0.1.0

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.
Files changed (2) hide show
  1. package/README.md +6 -3
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -1,13 +1,16 @@
1
+ ![Screenshot](public/logo.png)
2
+
1
3
  npm i vue-data-ui
2
4
 
3
5
  # vue-data-ui
4
6
 
5
- Vue-data-ui is a Vue data visualization components library.
6
- It is currently in early stages.
7
+ A user-empowering data visualization Vue components library.
8
+ Currently in early stages.
7
9
 
8
10
  For the moment, it includes:
9
11
 
10
12
  ## VueUiTable
11
13
  ## VueUiXy
12
14
 
13
- Documentation will soon be available.
15
+ Full documentation
16
+ [Ineractive documentation](https://vue-data-ui.graphieros.com/)
package/package.json CHANGED
@@ -1,11 +1,16 @@
1
1
  {
2
2
  "name": "vue-data-ui",
3
3
  "private": false,
4
- "version": "0.0.16",
4
+ "version": "0.1.0",
5
5
  "type": "module",
6
6
  "description": "A Vue data visualization components library",
7
7
  "keywords": ["Vue", "data visualization", "chart", "table"],
8
8
  "author": "Alec Lloyd Probert",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/graphieros/vue-data-ui"
12
+ },
13
+ "homepage": "https://vue-data-ui.graphieros.com/",
9
14
  "license": "MIT",
10
15
  "files": ["dist"],
11
16
  "main": "./dist/vue-data-ui.umd.cjs",