@vtx/cli 基于 umijs 封装的教授工具 Getting Started npx @vtx/cli new my-app cd my-app yarn install yarn start Commands vtx new [options] Create app with new directory. Usage Examples $ vtx new myapp 打包 # 普通打包 $ npm run build