File tree 3 files changed +13
-6
lines changed
3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
# vue-layui
2
2
这是一个基于vue的ui框架,引用了layui的样式(逻辑重新编写,非jquery)
3
+ 注意:本框架用于学习,不适用于生产。
4
+ 注意:本框架用于学习,不适用于生产。
5
+ 注意:本框架用于学习,不适用于生产。
3
6
4
7
点击预览: [ 文档和演示] ( http://vue-layui.jskou.com )
5
8
6
9
基于 [ layui] ( https://github.com/sentsin/layui/ ) 2.4.0版本
7
10
11
+
12
+ # 注意事项
13
+ 本版本不能运行 详情请见 [ layui-lay] ( https://www.npmjs.com/package/vue-lay )
14
+
8
15
### Install
9
- npm i vue-lay -S
16
+ npm i vue-layui -S
10
17
11
18
### Quick Start
12
- import layui from 'vue-lay '
13
- import 'vue-lay/lib/vue-lay .css'
19
+ import layui from 'vue-layui '
20
+ import 'vue-lay/lib/vue-layui .css'
14
21
15
22
Vue.use(layui)
16
23
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = {
9
9
output : {
10
10
filename : 'vue-lay.common.js' ,
11
11
path : path . resolve ( __dirname , '../lib' ) ,
12
- chunkFilename : 'vue-lay .common.js' ,
12
+ chunkFilename : 'vue-layui .common.js' ,
13
13
publicPath : '/'
14
14
} ,
15
15
devServer : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-layui" ,
3
- "version" : " 0.0.1-alpha .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"private" : false ,
5
5
"author" : " kouchao" ,
6
6
"scripts" : {
61
61
" vue layui"
62
62
],
63
63
"license" : " MIT" ,
64
- "main" : " lib/vue-lay .common.js" ,
64
+ "main" : " lib/vue-layui .common.js" ,
65
65
"repository" : {
66
66
"type" : " git" ,
67
67
"url" : " git+https://github.com/kouchao/vue-layui.git"
You can’t perform that action at this time.
0 commit comments