🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@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.2
Version published
Weekly downloads
161
600%
Maintainers
1
Weekly downloads
 
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 03 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts