umi-plugin-nginx
v0.0.5
Published
create proxy in development and create nginx.conf in production
Readme
umi-plugin-nginx
根据你项目中的proxy配置生成nginx配置文件
create nginx.conf in production by your proxy config
Install
# or yarn
yarn add umi-plugin-nginxUsage
Configure in .umirc.js,
export default {
nginx: {
port:'3333' //web页面运行于3333端口
},
};Options
TODO
LICENSE
MIT
