@vtx/cli
v2.6.20
Published
前端项目脚手架工具
Keywords
Readme
@vtx/cli
基于 umijs 封装的教授工具
Getting Started
npx @vtx/cli new my-app
cd my-app
yarn install
yarn startCommands
vtx new [options]
Create app with new directory.
Usage Examples
$ vtx new myapp打包
# 普通打包
$ npm run build