web-win-vue 0.7.2 → 0.7.3
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 +52 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<h1 align="center">web-win-vue</h1>
|
|
2
|
+
|
|
3
|
+
<p align="center">
|
|
4
|
+
基于 Vue3 开发的 Windows10 风格 Web 组件库
|
|
5
|
+
</p>
|
|
6
|
+
<div align="center">
|
|
7
|
+
<img src="https://badgen.net/github/stars/hhcl233/web-win-vue" alt="star">
|
|
8
|
+
<img src="https://badgen.net/npm/v/web-win-vue" alt="npm-ver">
|
|
9
|
+
<img src="https://badgen.net/static/license/MIT/blue" alt="license">
|
|
10
|
+
<img src="https://badgen.net/npm/dt/web-win-vue" alt="license">
|
|
11
|
+
</div>
|
|
12
|
+
|
|
13
|
+
### 安装
|
|
14
|
+
|
|
15
|
+
```sh
|
|
16
|
+
npm install web-win-vue --save
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
### 注意
|
|
20
|
+
|
|
21
|
+
以下组件目前不为积极开发状态:
|
|
22
|
+
|
|
23
|
+
- webwin-tile
|
|
24
|
+
- webwin-button
|
|
25
|
+
|
|
26
|
+
以下组件正在开发中,部分内容随时可能变动:
|
|
27
|
+
|
|
28
|
+
- webwin-topappbar
|
|
29
|
+
|
|
30
|
+
Github Release 目前只会在 稳定版本 发布后推送。
|
|
31
|
+
|
|
32
|
+
### 使用
|
|
33
|
+
|
|
34
|
+
导入:
|
|
35
|
+
|
|
36
|
+
```sh
|
|
37
|
+
import { winbutton } from 'web-win-vue'
|
|
38
|
+
import 'web-win-vue/web-win-vue.css'
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
[详细文档](https://hhcl233.github.io/web-win-vue-docs/#/) (不完整)。
|
|
42
|
+
<!-- 请参阅 [文档](https://ycnjvm44jtxm.feishu.cn/wiki/YmMCwDGo5iNeS3kTCEdchPaXnCe) 。 -->
|
|
43
|
+
|
|
44
|
+
## Star 历史
|
|
45
|
+
|
|
46
|
+
[](https://www.star-history.com/#HHCL233/web-win-vue&type=date&legend=top-left)
|
|
47
|
+
|
|
48
|
+

|
|
49
|
+
|
|
50
|
+
## 许可证
|
|
51
|
+
|
|
52
|
+
[MIT](https://github.com/HHCL233/web-win-vue/blob/main/LICENSE)
|