@vtx/cli

前端项目脚手架工具

Usage no npm install needed!

<script type="module">
  import vtxCli from 'https://cdn.skypack.dev/@vtx/cli';
</script>

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