We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811a0f6 commit 6f01667Copy full SHA for 6f01667
README.md
@@ -9,3 +9,13 @@
9
bug 或者交流建议等请反馈到 [mpvue/issues](https://github.com/Meituan-Dianping/mpvue/issues)。
10
11
关于webpack4的可以在这里反馈 [mpvue/issues](https://github.com/bugkun/mpvue/issues)。
12
+
13
+## 安装
14
+webpack4 + babel@6(babel)
15
+```bash
16
+npm install webpack4-mpvue-loader --save-dev
17
+```
18
+webpack4 + babel@7(@babel)
19
20
+npm install webpack4-mpvue-loader@next --save-dev
21
0 commit comments