New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@vtx/cli

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtx/cli

前端项目脚手架工具

npmnpm
Version
2.0.1-alpha.6
Version published
Maintainers
1
Created
Source

@vtx/cli

基于 umijs 封装的教授工具

Getting Started

Install, create and start.

# Install
$ npm install @vtx/cli -g

# Create app
$ vtx new myapp

# Start app
$ cd myapp
$ npm install
$ npm start

Commands

vtx new [options]

Create app with new directory.

Usage Examples

$ vtx new myapp

打包

# 普通打包
$ npm run build

FAQs

Package last updated on 09 Mar 2021

Related posts