基于 vue 开发的移动端模版,可以通过定义的JSON生成页面。
与 AS-Editor 一起使用可以简单生成vue页面
AS-Editor链接:https://gitee.com/was666/as-editor.git
- npm install (安装 node_modules 模块)
- npm run serve (运行)
- npm run build (打包)
项目 | 描述 |
---|---|
AS-Editor(Vue2版) | 基于 Vue2 的 AS-Editor |
AS-Editor(Vue3版) | 基于 Vue3 的 AS-Editor |
AS-Editor-H5 | AS-Editor-H5 是移动端 Vue 模版,可以通过定义的 JSON 生成 Vue 页面 |
- Fork 本仓库
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request