devHtml -> devhtml
Plugin to save a physical HTML file for umi dev.
umi dev
Install
$ npm install --save umi-plugin-devHtml
Config via .umirc.js,
.umirc.js
export default { plugins: ['umi-plugin-devHtml'], }
$ cd example $ DEBUG=umi-plugin* CLEAR_CONSOLE=none umi dev
Then toggle the modifyHtml config in example/.umirc.js, and check the examples/pages/.umi/index.html.
modifyHtml
example/.umirc.js
examples/pages/.umi/index.html
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
umi-plugin-devHtml
Plugin to save a physical HTML file for
umi dev.Usage
Install
Config via
.umirc.js,Test via example
Then toggle the
modifyHtmlconfig inexample/.umirc.js, and check theexamples/pages/.umi/index.html.Notice