Files
as-editor-h5/README.md
T
2021-10-27 09:51:12 +00:00

26 lines
605 B
Markdown

# AS-Editor-H5
#### 介绍
基于 vue 可视化 [AS-Editor](https://gitee.com/was666/as-editor.git) 的H5展示模板,与 [AS-Editor](https://gitee.com/was666/as-editor.git) 一起使用可以可视化生成vue页面
#### 安装教程
1. npm install (安装 node_modules 模块)
2. npm run serve (运行)
3. npm run build (打包)
#### 使用说明
> home.vue 页面为demo实例
> 已配置好vant ui 按需引入
页面中需要使用的话 import { 组件 } from 'vant';
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request