pui9-dashboard 1.16.4

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 ADDED
@@ -0,0 +1,20 @@
1
+ # PUI9 Dashboard Components Library
2
+
3
+ This library provides the PUI9 dashboard components based on Vuetify 2.x:
4
+
5
+ - PuiWidgetDatatable
6
+ -
7
+
8
+ ## Installation
9
+
10
+ ```
11
+ npm install pui9-dashboard
12
+ ```
13
+
14
+ And then import and use it:
15
+
16
+ ```
17
+ import Pui9Dashboard from 'pui9-dashboard';
18
+ ...
19
+ Vue.use(Pui9Dashboard);
20
+ ```
package/dist/demo.html ADDED
@@ -0,0 +1,10 @@
1
+ <meta charset="utf-8">
2
+ <title>pui9-dashboard demo</title>
3
+ <script src="./pui9-dashboard.umd.js"></script>
4
+
5
+ <link rel="stylesheet" href="./pui9-dashboard.css">
6
+
7
+
8
+ <script>
9
+ console.log(pui9-dashboard)
10
+ </script>