Skip to content

Commit f262754

Browse files
committed
构建 编译流程
1 parent d777dae commit f262754

25 files changed

+22248
-315
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.DS_Store
22
node_modules
33

4-
54
# local env files
65
.env.local
76
.env.*.local

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
public
2+
src

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# vue-layui
2-
去年没有时间进行开发,加上自己水平过低,暂缓了一阵,从今天开始继续。
3-
208/8/27
4-
点击预览: [demo演示](http://vue-layui.jskou.com)
2+
这是一个基于vue的ui框架,引用了layui的样式(逻辑重新编写,非jquery)
53

6-
版本 开发中...
4+
点击预览: [demo演示](http://vue-layui.jskou.com)
75

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

8+
### 安装
9+
npm i vue-lay@0.1.2-alpha.9 -S
10+
11+
### 引用
12+
import layui from 'vue-lay'
13+
import 'vue-lay/lib/vue-lay.css'
14+
import '@fortawesome/fontawesome-free/css/all.css'
15+
16+
Vue.use(layui)
1017

1118

1219
### 已完成的组件
@@ -55,4 +62,5 @@ LayRate,
5562
LaySlider,
5663
LayCarousel,
5764
LayCarouselItem,
65+
LayColorPicker
5866
```

lib/demo.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<meta charset="utf-8">
2+
<title>vue-lay demo</title>
3+
<script src="./vue-lay.umd.js"></script>
4+
<link rel="stylesheet" href="./vue-lay.css">
5+
6+
<script>
7+
console.log(vue-lay)
8+
</script>

lib/fonts/iconfont.0208023e.eot

39.9 KB
Binary file not shown.

lib/fonts/iconfont.d8583a84.ttf

39.7 KB
Binary file not shown.

lib/fonts/iconfont.e9caaa06.woff

26.1 KB
Binary file not shown.

lib/img/icon-ext.ba81b24c.png

5.77 KB
Loading

lib/img/icon.551539f8.png

11.2 KB
Loading

lib/img/iconfont.5d06b488.svg

Lines changed: 473 additions & 0 deletions
Loading

lib/img/loading-0.a72011cc.gif

5.66 KB
Loading

0 commit comments

Comments
 (0)