-
Notifications
You must be signed in to change notification settings - Fork 168
mobile vue:示例代码改造指引
Y edited this page Mar 15, 2023
·
9 revisions
// 初始化和更新子模块
git submodule init && git submodule update
// 安装依赖,推荐使用 yarn
yarn install
// 运行
npm run dev
code
在 src/_common/docs/mobile/api/notice-bar.md
处修改,修改后需要另外提 pr
到 tdesign-common
库。
视觉稿:地址
通过 npm run dev
测试官网的示例代码是否符合预期
npm run dev
- 官网右侧的demo示例能否正常展示 && 交互是否正常
- 官网左边的示例代码是否正常展示
// 更新 demo 快照
npm run test:demo
npm run test:snap-update
// 执行测试
npm run test