@privateaim/client-vue-theme 0.11.4 โ 0.11.5
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 +40 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://github.com/PrivateAIM/hub" target="_blank" rel="noopener noreferrer">
|
|
3
|
+
<img src="https://raw.githubusercontent.com/PrivateAIM/hub/master/.github/assets/logo.svg" alt="FLAME Hub" height="90">
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<h1 align="center">@privateaim/client-vue-theme ๐</h1>
|
|
8
|
+
|
|
9
|
+
<p align="center">
|
|
10
|
+
<b>The vuecs theme for FLAME Hub clients.</b><br>
|
|
11
|
+
Design tokens, light/dark chrome & card system built on <a href="https://github.com/tada5hi/vuecs">@vuecs/theme-tailwind</a>.
|
|
12
|
+
</p>
|
|
13
|
+
|
|
14
|
+
<p align="center">
|
|
15
|
+
<a href="https://www.npmjs.com/package/@privateaim/client-vue-theme"><img src="https://img.shields.io/npm/v/@privateaim/client-vue-theme?logo=npm&logoColor=fff&label=npm&color=cb3837" alt="npm version"></a>
|
|
16
|
+
<a href="https://www.npmjs.com/package/@privateaim/client-vue-theme"><img src="https://img.shields.io/npm/dm/@privateaim/client-vue-theme?color=cb3837&label=downloads" alt="npm downloads"></a>
|
|
17
|
+
<a href="https://github.com/PrivateAIM/hub/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg" alt="license"></a>
|
|
18
|
+
</p>
|
|
19
|
+
|
|
20
|
+
<p align="center">
|
|
21
|
+
<a href="https://docs.privateaim.net"><b>Documentation</b></a> ยท
|
|
22
|
+
<a href="https://github.com/PrivateAIM/hub">Monorepo</a> ยท
|
|
23
|
+
<a href="https://github.com/PrivateAIM/hub/blob/master/CONTRIBUTING.md">Contributing</a>
|
|
24
|
+
</p>
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
Part of the **[FLAME Hub](https://github.com/PrivateAIM/hub)** monorepo โ central services for the [PrivateAIM](https://privateaim.net) platform. Built on [vuecs](https://github.com/tada5hi/vuecs) and [Tailwind CSS](https://tailwindcss.com).
|
|
29
|
+
|
|
30
|
+
## Installation
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
npm install @privateaim/client-vue-theme
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## License
|
|
37
|
+
|
|
38
|
+
Made with ๐
|
|
39
|
+
|
|
40
|
+
Published under [Apache 2.0](https://github.com/PrivateAIM/hub/blob/master/LICENSE).
|
package/package.json
CHANGED