File tree 3 files changed +14
-14
lines changed
3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- # km-excel编辑表格组件
1
+ # vue-willtable编辑表格组件
2
2
3
3
适用于Vue的表格编辑组件,支持多种快捷键操作,模拟Excel的操作体验
4
4
5
5
## Installation
6
6
7
7
``` javascript
8
- npm install km - excel -- save
8
+ npm install vue - willtable -- save
9
9
```
10
10
11
11
## Usage
@@ -14,25 +14,25 @@ npm install km-excel --save
14
14
15
15
``` javascript
16
16
import Vue from ' vue'
17
- import VueEditableTable from ' km-excel '
17
+ import VueWilltable from ' vue-willtable '
18
18
19
19
// require styles
20
- import ' km-excel /dist/km-excel .min.css'
20
+ import ' vue-willtable /dist/vue-willtable .min.css'
21
21
22
- Vue .component (' VueEditableTable ' , VueEditableTable )
22
+ Vue .component (' VueWilltable ' , VueWilltable )
23
23
```
24
24
25
25
### use with component
26
26
27
27
``` javascript
28
- import VueEditableTable from ' km-excel '
28
+ import VueWilltable from ' vue-willtable '
29
29
30
30
// require styles
31
- import ' km-excel /dist/km-excel .min.css'
31
+ import ' vue-willtable /dist/vue-willtable .min.css'
32
32
33
33
export default {
34
34
components: {
35
- VueEditableTable
35
+ VueWilltable
36
36
}
37
37
}
38
38
```
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ module.exports = {
9
9
} ,
10
10
build : {
11
11
assetsRoot : path . resolve ( __dirname , './demo' ) ,
12
- assetsPublicPath : '/kmExcel /' ,
12
+ assetsPublicPath : '/vueWilltable /' ,
13
13
bundleAnalyzerReport : false
14
14
} ,
15
15
release : {
16
16
assetsRoot : path . resolve ( __dirname , './dist' ) ,
17
17
assetsPublicPath : '/' ,
18
- filename : 'km-excel ' ,
19
- library : 'KmExcel '
18
+ filename : 'vue-willtable ' ,
19
+ library : 'VueWilltable '
20
20
}
21
21
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " km-excel " ,
2
+ "name" : " vue-willtable " ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " editable table for Vue" ,
4
+ "description" : " Editable table for Vue" ,
5
5
"author" : {
6
- "name" : " Will " ,
6
+ "name" : " WillWu " ,
7
7
"email" : " innovation55@foxmail.com" ,
8
8
"url" : " https://www.kevinmint.me"
9
9
},
You can’t perform that action at this time.
0 commit comments