_sidebar copy.md 1012 字节
Newer Older
D
DCloud_LXH 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
* 配置
  * [pages.json 页面路由](collocation/pages.md)
  * [manifest.json 应用配置](collocation/manifest.md)
  * [package.json](collocation/package.md)
  * [vue.config.js](collocation/vue-config.md)
  * [uni.scss](collocation/uni-scss.md)
  * [App.vue](collocation/App.md)
  * [main.js](collocation/main.md)
  * [env](collocation/env.md)
  * [plugin.json 生成小程序插件](collocation/miniprogram-plugin.md)
* 框架接口
  * [日志打印](collocation/frame/log.md)
  * [定时器](collocation/frame/timer.md)
  * [生命周期](collocation/frame/lifecycle.md)
  * [页面](collocation/frame/window.md)
  * [页面通讯](collocation/frame/communication.md)
* [SSR服务端渲染](collocation/ssr.md)
* [国际化](collocation/i18n.md)
* 自动化测试
  * [快速开始](collocation/auto/quick-start.md)
  * [API](collocation/auto/api.md)
  * [HBuilderX自动化测试插件](collocation/auto/hbuilderx-extension/index.md)
  * [CLI项目自动化测试](collocation/auto/uniapp-cli-project.md)