Skip to content

Commit c245777

Browse files
committed
add: readme
1 parent c7cd54b commit c245777

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# webpack-mpvue-plugin
2+
3+
> mpvue 资源路径解析插件
4+
5+
## 使用示例:
6+
7+
```js
8+
const MpvuePlugin = require('webpack-mpvue-asset-plugin')
9+
// webpack config
10+
{
11+
entry: [],
12+
output: {
13+
path: path.resolve(__dirname, 'dist'),
14+
filename: 'foo.bundle.js'
15+
},
16+
plugins: [
17+
new MpvuePlugin()
18+
]
19+
};
20+
```

0 commit comments

Comments
 (0)