vue-crouter-webpack-plugin
v1.0.12
Published
vue auto router webpack plugin
Downloads
3
Maintainers
Readme
routerWeboackPlugin
configureWebpack: (config) => { if (process.env.NODE_ENV !== 'production') { config.plugins.push(new VueAutoRouterWebpackPlugins({ output: 'src/router/index.js' // 生成路由存放路径 })) } }