1.1.2 • Published 2 years ago

nfx v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

命令行工具

创建项目

nfx create appname
  1. 选择前端框架
  • Vue
  1. 选择服务数量
  • 单服务
  • 多服务
  1. 服务地址
  • 开发服务地址
  • mock服务地址
  1. 使用组件
  • nfx
  • element-ui
  • 不使用
  1. 代码检查工具
  • 使用
  • 不使用
  1. 自动部署工具
  • docker
  • 不使用

开发环境运行

npm run start

生产环境打包

npm run build

代码检查

npm run test