@vtx/cli
v2.6.15
Published
前端项目脚手架工具
Downloads
75
Keywords
Readme
@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