egg-webpack-vue
v2.0.2
Published
egg webpack building solution for vue
Downloads
185
Maintainers
Readme
egg-webpack-vue
support vue server rendering file memory read for egg-webpack and egg-view-vue-ssr. when the local development, wepback memory read the way to cover the local file read logic.
Install
$ npm i egg-webpack-vue --save
Usage
// {app_root}/config/plugin.js
exports.webpackvue = {
enable: true,
package: 'egg-webpack-vue',
};
Configuration
see config/config.default.js for more detail.
Questions & Suggestions
Please open an issue here.