Skip to content

Commit 8ccdc28

Browse files
author
v_zhihzhou
committed
fallback readme and package.json
1 parent 0092d26 commit 8ccdc28

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

Diff for: README.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
# mpvue-loader
22

3-
>Webpack4 loader for mpvue components
3+
>Webpack loader for mpvue components
44
5-
本仓库是 fork 自 [mpvue-loader](http://mpvue.com/build/mpvue-loader) 基于1.4.0版本修改而来,主要为 webpack4 打包 mpvue components 提供能力。
5+
本仓库是 fork 自 [vue-loader](https://github.com/vuejs/vue-loader) 修改而来,主要为 webpack 打包 mpvue components 提供能力。
66

77
更多详细文档请查阅 [mpvue-loader](http://mpvue.com/build/mpvue-loader)
88

99
bug 或者交流建议等请反馈到 [mpvue/issues](https://github.com/Meituan-Dianping/mpvue/issues)
10-
11-
## 安装
12-
webpack4 + babel@6(babel)
13-
```bash
14-
npm install webpack4-mpvue-loader --save-dev
15-
```
16-
webpack4 + babel@7(@babel)
17-
```bash
18-
npm install webpack4-mpvue-loader@next --save-dev
19-
```

Diff for: package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
{
2-
"name": "webpack4-mpvue-loader",
3-
"version": "1.0.2",
2+
"name": "mpvue-loader",
3+
"version": "1.4.0",
44
"description": "mpvue single-file component loader for Webpack",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/BugKun/mpvue-loader/tree/feature/webpack4-support"
8+
"url": "https://github.com/mpvue/mpvue-loader.git"
99
},
1010
"keywords": [
1111
"mpvue",
12-
"webpack4",
13-
"loader",
14-
"webpack4-mpvue-loader"
12+
"webpack",
13+
"loader"
1514
],
1615
"files": [
1716
"index.js",
1817
"lib"
1918
],
20-
"author": "bugkun",
19+
"author": "anchengjian",
2120
"contributors": [
2221
{
2322
"name": "hucq"
@@ -28,9 +27,9 @@
2827
],
2928
"license": "MIT",
3029
"bugs": {
31-
"url": "https://github.com/bugkun/mpvue-loader/issues"
30+
"url": "https://github.com/Meituan-Dianping/mpvue/issues"
3231
},
33-
"homepage": "https://github.com/bugkun/mpvue-loader",
32+
"homepage": "https://github.com/mpvue/mpvue-loader",
3433
"scripts": {
3534
"lint": "eslint lib test",
3635
"lint:fix": "eslint lib test --fix",

0 commit comments

Comments
 (0)