Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
60 lines (48 loc) · 748 Bytes

DEV.zh-CN.md

File metadata and controls

60 lines (48 loc) · 748 Bytes

开发

安装依赖

yarn

启动项目

yarn start

or

yarn dev

新建组件

yarn new

新建一个名为 Button 的函数组件👇

yarn new Button -f

构建和发布

构建

yarn build

构建项目时绕过所有检查👇

yarn build -n

发布

yarn release

发布项目时忽略版本迭代👇

yarn release -i

发布项目时指定迭代的版本为 0.3.25 👇

yarn release -m 0.3.25

发布项目时绕过所有检查👇

yarn release -n

更多配置项请在 omni.config.js 中编辑