@wu-component/wu-cli
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

wu cli 脚手架

该脚手架主要用于收口 web 工程、web-component、搭建物料、node-server 的开发、构建。

web端工程创建、构建

// 创建物料
wu create <application name> -c web
// 开发
wu dev
// 物料构建
wu build

物料工程创建、构建

// 创建物料
wu create <application name> -c material
// 开发
wu dev
// 物料构建
wu build
// 物料上传发布
wu upload

webComponent 工程创建、构建

// 创建组件
wu create <application name> -c web-component
// 开发
wu dev
// 组件构建
wu build

Readme

Keywords

none

Package Sidebar

Install

npm i @wu-component/wu-cli

Weekly Downloads

24

Version

2.1.1

License

ISC

Unpacked Size

136 kB

Total Files

38

Last publish

Collaborators

  • canyuegongzi