Go to file
2023-03-28 16:48:05 +08:00
AS-Editor-H5 docs: 更新部署资源 2023-03-28 16:48:05 +08:00
public v0.0.1 2021-10-27 17:37:58 +08:00
src feat: 优化跳转功能 2023-03-28 16:47:08 +08:00
.DS_Store v0.0.1 2021-10-27 17:37:58 +08:00
.gitignore 新增iframe模式 2022-01-07 18:19:36 +08:00
babel.config.js v0.0.1 2021-10-27 17:37:58 +08:00
LICENSE Initial commit 2021-10-27 09:36:08 +00:00
package-lock.json feat: 优化跳转功能 2023-03-28 16:47:08 +08:00
package.json v0.0.1 2021-10-27 17:37:58 +08:00
README.md update README.md. 2022-02-27 16:32:31 +00:00
vue.config.js v0.0.1 2021-10-27 17:37:58 +08:00

AS-Editor-H5

介绍

基于 vue 开发的移动端模版可以通过定义的JSON生成页面。

搭配

AS-Editor 一起使用可以简单生成vue页面

AS-Editor链接https://gitee.com/was666/as-editor.git

安装教程

  1. npm install (安装 node_modules 模块)
  2. npm run serve (运行)
  3. npm run build (打包)

使用说明

使用教程
打开AS-Editor

步骤1 步骤2

打开AS-Editor-H5 以src/views/home.vue 页面为demo实例

步骤3

官方生态

项目 描述
AS-Editor(Vue2版) 基于 Vue2 的 AS-Editor
AS-Editor(Vue3版) 基于 Vue3 的 AS-Editor
AS-Editor-H5 AS-Editor-H5 是移动端 Vue 模版,可以通过定义的 JSON 生成 Vue 页面

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

结尾

如果喜欢的话给个 star 一下哈!
如果有意见和问题 可以在 lssues 提出,我会在线解答。