uni-app
uniCloud
uniapp相关解答
插件市场
uni-app
uni-app
uniCloud
uniapp相关解答
插件市场
搜索文档
K
介绍
教程
全局文件
组件
API
插件
工程化
其他规范
其他规范
App扩展规范 HTML5 Plus
(opens new window)
微信小程序
(opens new window)
支付宝小程序
(opens new window)
百度小程序
(opens new window)
字节跳动小程序
(opens new window)
飞书小程序
(opens new window)
钉钉小程序
(opens new window)
QQ小程序
(opens new window)
快手小程序
(opens new window)
京东小程序
(opens new window)
华为快应用
(opens new window)
360小程序
(opens new window)
Weex
(opens new window)
GitHub
(opens new window)
教程
#
开发规范
为了实现多端兼容,综合考虑编译速度、运行性能等因素,
uni-app
约定了如下开发规范:
页面文件遵循
Vue 单文件组件 (SFC) 规范
(opens new window)
组件标签靠近小程序规范,详见
uni-app 组件规范
接口能力(JS API)靠近微信小程序规范,但需将前缀
wx
替换为
uni
,详见
uni-app接口规范
数据绑定及事件处理同
Vue.js
规范,同时补充了App及页面的生命周期
为兼容多端运行,建议使用flex布局进行开发
特别声明:本手册内容来源uniapp官方
内容出处:uniapp.dcloud.net.cn
ON THIS PAGE
开发规范