README
@vtx/cli
基于 umijs 封装的教授工具
Getting Started
npx @vtx/cli new my-app
cd my-app
yarn install
yarn start
Commands
[options]
vtx new Create app with new directory.
Usage Examples
$ vtx new myapp
打包
# 普通打包
$ npm run build
前端项目脚手架工具
<script type="module">
import vtxCli from 'https://cdn.skypack.dev/@vtx/cli';
</script>
基于 umijs 封装的教授工具
npx @vtx/cli new my-app
cd my-app
yarn install
yarn start
Create app with new directory.
$ vtx new myapp
# 普通打包
$ npm run build