fes-cli是命令行工具,解决创建工程、开发调试、打包发布。
fes-cli
npm install -g @webank/fes-cli
fes init [project]
fes dev
启动http服务,默认监听localhost:5000
fes build
详细使用请查看文档