iview / iview-project

This project is build for Vue.js 2 + vue-router + webpack2 + iView 3
MIT License
839 stars 389 forks source link

src/template/ 目录下的ejs 是用来干嘛的,文档没说 #24

Closed testsla closed 7 years ago

leixu2txtek commented 7 years ago

这个文档是被插件用的,用来生成 html文件的


new HtmlWebpackPlugin({
    filename: '../index.html',
    template: './src/template/index.ejs',
    inject: false
})

这段代码 在 webpack.dev.config.js | | webpack.prod.config.js 中可以看到;

不同 NODE_ENV 生成的文件名不同,当然也可以自己更改;