Skip to content

Commit b0a5a99

Browse files
committed
refactor: 调整资源链接
1 parent 0ab7775 commit b0a5a99

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
<img src="https://raw.githubusercontent.com/kouchao/vue-layui/dev/src/assets/logo.png" width="300">
2+
13
# vue-layui
24
这是一个基于vue的ui框架,引用了layui的样式(逻辑重新编写,非jquery)
35
注意:本框架用于学习,不适用于生产。
46
注意:本框架用于学习,不适用于生产。
57
注意:本框架用于学习,不适用于生产。
68

7-
点击预览: [文档和演示](http://vue-layui.jskou.com)
9+
点击预览: [文档和演示](https://kouchao.github.io/vue-layui)
810

911
基于 [layui](https://github.com/sentsin/layui/) 2.4.0版本
1012

@@ -16,6 +18,3 @@
1618
import 'vue-layui/lib/vue-layui.css'
1719

1820
Vue.use(layui)
19-
20-
## 钉钉群二维码
21-
<img src="https://cos.jskou.com/dingding.jpg" width="300">

examples/doc/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@
183183
<span>© 2018</span>
184184
<a
185185
class="deom-pl10"
186-
href="http://jskou.com"
186+
href="https://kouchao.github.io/vue-layui"
187187
target="_blank"
188-
>jskou.com</a>
188+
>https://kouchao.github.io/vue-layui</a>
189189
<span class="deom-pl10">MIT license</span>
190190
<a
191191
class="deom-pl10"

examples/doc/views/Button.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
>
273273
大型加圆角按钮
274274
</lay-button>
275-
<lay-button url="https://www.jskou.com">
275+
<lay-button url="https://kouchao.github.io/vue-layui">
276276
跳转的按钮
277277
</lay-button>
278278
<lay-button

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"last 2 versions",
6262
"not ie <= 8"
6363
],
64-
"homepage": "http://vue-layui.jskou.com",
64+
"homepage": "https://kouchao.github.io/vue-layui",
6565
"keywords": [
6666
"vue",
6767
"layui",

vue.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ const vueMarkdown = {
6363

6464
module.exports = {
6565
outputDir: 'dist',
66-
publicPath: process.env.NODE_ENV === 'production'
67-
? 'http://cdn.jskou.com/'
68-
: '/',
66+
publicPath: '/',
6967
css: {
7068
extract: true
7169
},

0 commit comments

Comments
 (0)