dn-template-mota-hook
v1.0.1
Published
这是一个基于 mota & react 编写的一个 todo 示例应用
Readme
dn-template-mota
这是一个基于 mota & react 编写的一个 todo 示例应用
使用
使用这个模板需要先安装好 Dawn
初始化
mkdir your-path && cd your-path
dn init -t mota通过如上命令便可以完成项目的初始化
开发
dn dev测试
dn test构建
dn build发布
dn publish默认的发布配置是「发布到 npm」,请根据需要更改 .dawn/pipe.yml 进行 publish 配置
