Skip to content

最佳实践

新项目使用 base 模板,可选 tabbar 模板。如果需要多语言,可以选 i18n 模板。

同时参考 demo 模板,可以直接 clone demo 项目,用来参考用。

推荐先全部体验一下 demo 的示例

sh
# 新项目创建
pnpm create unibest my-project -b base
# 参考项目
git clone https://github.com/codercup2/hello-unibest unibest-demo
# 参考项目-gitee (与 github 同步,无梯子用户优先使用 gitee)
git clone https://gitee.com/codercup/hello-unibest unibest-demo

必看章节

Released under the MIT License.