-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,9 @@ | ||
# mpvue-loader | ||
|
||
>Webpack4 loader for mpvue components | ||
>Webpack loader for mpvue components | ||
本仓库是 fork 自 [mpvue-loader](http://mpvue.com/build/mpvue-loader) 基于1.4.0版本修改而来,主要为 webpack4 和 babel@7(@babel) 打包 mpvue components 提供能力。 | ||
本仓库是 fork 自 [vue-loader](https://github.com/vuejs/vue-loader) 修改而来,主要为 webpack 打包 mpvue components 提供能力。 | ||
|
||
更多详细文档请查阅 [mpvue-loader](http://mpvue.com/build/mpvue-loader)。 | ||
|
||
bug 或者交流建议等请反馈到 [mpvue/issues](https://github.com/Meituan-Dianping/mpvue/issues)。 | ||
|
||
## 安装 | ||
webpack4 + babel@6(babel) | ||
```bash | ||
npm install webpack4-mpvue-loader --save-dev | ||
``` | ||
webpack4 + babel@7(@babel) | ||
```bash | ||
npm install webpack4-mpvue-loader@next --save-dev | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters