flymeui 快应用版本
使用步骤说明
- npm install
- npm run watch (快应用watch)
- npm run web-watch (web watch)
- npm run server (快应用 server)
- npm run web-server (web server)
调试
- 快应用:扫码手机调试
- web: 浏览器open localhost:8080/FmButton(组件名称).html
目录结构说明
flymeui
|
|-- src
|
|-- Common: 快应用相关公共资源
|
|-- component: 快应用Flyme ui 组件
|
|-- FmButton(组件名称):对应组件的快应用示例页面
|
|-- Index: 快应用首页
|
|-- web: web相关
|
|-- component: 对应快应用组件的web版本,只需要完成展示部分
|
|-- config.js 组件结构描述协议文件
|
|-- index.vue 组件
|
|-- page: web 调试页面
|
|-- server: web调试node服务
|
已支持的组件
[x] FmText
[x] FmButton
[x] FmIcon
[x] FmTag
[x] FmImage
[x] FmInput
[x] FmSwiper
[x] FmSwitch
[x] FmVideo
[x] FmWeb
[] FmBtnBar
[] FmCheckBox
[] FmDialog
[] FmMultiCheck
[] FmPopover
[] FmPopup
[] FmRater
[] FmSearchbar
[] FmSnackbar
[] FmTabPage
[] FmTag
[] FmTagWall
[] FmTextbar
[] FmTips
[] FmTitlebar