在Vue 3项目中集成amis-editor,可以按照以下步骤进行: 1. 在Vue3项目中安装amis-editor 首先,你需要在Vue 3项目中安装amis-editor及其相关依赖。可以通过npm或yarn来安装: bash npm install amis-editor amis-editor-core amis-theme-editor amis-theme-editor-helper mobx mobx-react mobx-state-tree react react...
最终方案:中后台系统(spug) + amis + amis-editor(开源、免费)。就像这样: 配置页面生成 传输 解析JSON渲染 amis editor json amis 页面 amis-editor 配置页面,生成 json amis 通过 json 渲染出页面 spug 集成 amis 方案可行性 通过amis-editor 可视化操作快速创建页面,然后将配置放入 amis 中解析,实现大部分前...
@ ./node_modules/monaco-editor/esm/vs/editor/standalone/browser/quickOpen/quickOutline.js 18:0-28 @ ./node_modules/monaco-editor/esm/vs/editor/edcore.main.js @ ./node_modules/monaco-editor/esm/vs/editor/editor.main.js @ ./node_modules/amis/lib/components/Editor.js @ ./node_modules/a...
实现场景: 在现有vue3+webpack5环境中,有需求针对某个模块进行拖拽生成echarts图表,所以了解到了amis,在项目集成amis-editor出现了问题 存在的问题: "amis": "^2.9.0", "amis-editor": "^5.2.5-beta.7", "amis-editor-core": "^5.2.5-beta.7", "react": "^18.2.0","rea