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

envcloud-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

envcloud-cli

前端项目脚手架工具

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

envcloud-cli

前端 React 脚手架工具

开始使用

安装

npm i envcloud-cli -g

使用

envcloud new my-app
cd my-app
npm i
npm run start

或者

envcloud new my-app
cd my-app
yarn install
yarn start

命令

envcloud new [options]

用新目录创建应用程序

用法示例

$ envcloud new myapp

打包

# 普通打包
$ npm run build

FAQs

Package last updated on 29 Nov 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