File tree Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change
1
+ <img src =" https://raw.githubusercontent.com/kouchao/vue-layui/dev/src/assets/logo.png " width =" 300 " >
2
+
1
3
# vue-layui
2
4
这是一个基于vue的ui框架,引用了layui的样式(逻辑重新编写,非jquery)
3
5
注意:本框架用于学习,不适用于生产。
4
6
注意:本框架用于学习,不适用于生产。
5
7
注意:本框架用于学习,不适用于生产。
6
8
7
- 点击预览: [ 文档和演示] ( http ://vue-layui.jskou.com )
9
+ 点击预览: [ 文档和演示] ( https ://kouchao.github.io/ vue-layui)
8
10
9
11
基于 [ layui] ( https://github.com/sentsin/layui/ ) 2.4.0版本
10
12
16
18
import 'vue-layui/lib/vue-layui.css'
17
19
18
20
Vue.use(layui)
19
-
20
- ## 钉钉群二维码
21
- <img src =" https://cos.jskou.com/dingding.jpg " width =" 300 " >
Original file line number Diff line number Diff line change 183
183
<span >© 2018</span >
184
184
<a
185
185
class =" deom-pl10"
186
- href =" http ://jskou.com "
186
+ href =" https ://kouchao.github.io/vue-layui "
187
187
target =" _blank"
188
- >jskou.com </a >
188
+ >https://kouchao.github.io/vue-layui </a >
189
189
<span class =" deom-pl10" >MIT license</span >
190
190
<a
191
191
class =" deom-pl10"
Original file line number Diff line number Diff line change 272
272
>
273
273
大型加圆角按钮
274
274
</lay-button >
275
- <lay-button url =" https://www.jskou.com " >
275
+ <lay-button url =" https://kouchao.github.io/vue-layui " >
276
276
跳转的按钮
277
277
</lay-button >
278
278
<lay-button
Original file line number Diff line number Diff line change 61
61
" last 2 versions" ,
62
62
" not ie <= 8"
63
63
],
64
- "homepage" : " http ://vue-layui.jskou.com " ,
64
+ "homepage" : " https ://kouchao.github.io/ vue-layui" ,
65
65
"keywords" : [
66
66
" vue" ,
67
67
" layui" ,
Original file line number Diff line number Diff line change @@ -63,9 +63,7 @@ const vueMarkdown = {
63
63
64
64
module . exports = {
65
65
outputDir : 'dist' ,
66
- publicPath : process . env . NODE_ENV === 'production'
67
- ? 'http://cdn.jskou.com/'
68
- : '/' ,
66
+ publicPath : '/' ,
69
67
css : {
70
68
extract : true
71
69
} ,
You can’t perform that action at this time.
0 commit comments