npm install ime``shell`
npm i -g ime
`shell`在当前目录创建
i new
`shell开启前端 + Node服务
i start
$3
`shell
编译前端静态文件
i build编译dll文件
i build dll
`$3
`shell
可通过 --env 设置 process.env.NODE_ENV 的值:development/production
i start --env development可使用缩写 -e (d)evelopment (p)roduction
i build -e p
``