Skip to content

Commit b53f39f

Browse files
committed
Merge branch 'master' of github.com:coderyjw/jw-ui
2 parents 5bfe1cc + c7239d4 commit b53f39f

File tree

6 files changed

+20
-22
lines changed

6 files changed

+20
-22
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
- # Jw-ui
2-
2+
33
一个 vue3 组件库, 使用 TypeScript,有点意思
4-
5-
# 官网文档
6-
7-
文档地址:https://coderyjw.github.io/jw-ui-website/index.html#/home
4+
5+
[文档地址](https://coderyjw.github.io/jw-ui-website/index.html#/home)
86

97
- ## 运行步骤
10-
8+
119
1. 运行 yarn
1210
2. 运行 yarn dev
1311
3. 打开 [http://127.0.0.1:3000](http://127.0.0.1:3000/)
14-
12+
1513
## 官网打包步骤
16-
14+
1715
1. 运行 yarn
1816
2. 运行 yarn build
1917
3. 得到的 dist 目录就是官网源代码
2018
4. 编辑并运行 sh deploy.sh 就可以上传到 Github 或码云等支持 Pages 功能的平台
21-
19+
2220
## 库文件打包步骤
23-
21+
2422
1. 运行 rollup -c
2523
2. 得到的 dist/lib 目录就是编译后的库文件所在目录

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yjw-ui",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"files": [
55
"dist/lib/*"
66
],
@@ -18,7 +18,7 @@
1818
"vite-plugin-markdown": "^2.0.2",
1919
"vue": "^3.2.25",
2020
"vue-router": "4",
21-
"yjw-ui": "0.0.16"
21+
"yjw-ui": "0.0.17"
2222
},
2323
"devDependencies": {
2424
"@rollup/plugin-alias": "^3.1.9",

src/components/Topnav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<router-link exact to="/home">首页</router-link>
1919
<router-link to="/doc">文档</router-link>
2020
<a href="https://github.com/coderyjw/jw-ui" target="_blank">GitHub</a>
21-
<span>0.0.16</span>
21+
<span>0.0.17</span>
2222
</div>
2323
</div>
2424
</template>

src/views/doc/gradient-text/GradientTextPreview2.preview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<preview>基础用法</preview>
1+
<preview>尺寸</preview>
22
<template>
33
<div>
44
<jw-gradient-text type="info" :size="26">消息来了</jw-gradient-text>

yarn-error.log

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Trace:
2424
npm manifest:
2525
{
2626
"name": "yjw-ui",
27-
"version": "0.0.16",
27+
"version": "0.0.17",
2828
"files": [
2929
"dist/lib/*"
3030
],
@@ -1075,9 +1075,9 @@ Lockfile:
10751075
vue-router "4"
10761076
yjw-ui "0.0.12"
10771077

1078-
yjw-ui@^0.0.16:
1079-
version "0.0.16"
1080-
resolved "https://registry.yarnpkg.com/yjw-ui/-/yjw-ui-0.0.16.tgz#2ae4e29683f728f6e2c3f267aa48b9e1fe1d4d23"
1078+
yjw-ui@^0.0.17:
1079+
version "0.0.17"
1080+
resolved "https://registry.yarnpkg.com/yjw-ui/-/yjw-ui-0.0.17.tgz#2ae4e29683f728f6e2c3f267aa48b9e1fe1d4d23"
10811081
integrity sha512-6xJX7FjLn73ShsJ9hJKtzrs1YQ6JC2Oq5OKveIiML67Rm346QqDJGN2Jh0QPFu9meVUpSOqLZjP3zeSHpFnkqg==
10821082
dependencies:
10831083
github-markdown-css "^5.1.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -961,14 +961,14 @@ vue@^3.2.25:
961961
"@vue/server-renderer" "3.2.26"
962962
"@vue/shared" "3.2.26"
963963

964-
yjw-ui@0.0.16, yjw-ui@^0.0.16:
965-
version "0.0.16"
966-
resolved "https://registry.yarnpkg.com/yjw-ui/-/yjw-ui-0.0.16.tgz#919f73f427c3f1cac967b9c85ea03a20babd53d5"
964+
yjw-ui@0.0.17, yjw-ui@^0.0.17:
965+
version "0.0.17"
966+
resolved "https://registry.yarnpkg.com/yjw-ui/-/yjw-ui-0.0.17.tgz#919f73f427c3f1cac967b9c85ea03a20babd53d5"
967967
integrity sha512-pubPe3wOzcQP2owa9dKUs0JGEHHHby3DgmEWwQ8giDIprCWTXadLH9ZPY3DP3G+3U8i8/lZN1pks/vUSR8m5og==
968968
dependencies:
969969
github-markdown-css "^5.1.0"
970970
prismjs "^1.26.0"
971971
vite-plugin-markdown "^2.0.2"
972972
vue "^3.2.25"
973973
vue-router "4"
974-
yjw-ui "^0.0.16"
974+
yjw-ui "^0.0.17"

0 commit comments

Comments
 (0)