AS-Editor
Introduce
Vue based visual drag-and-drop editing, page generation tools. To improve front-end development efficiency, it can be integrated into mobile terminal projects as a UI interface generated directly by defining JSON.
The document address:https://was666.gitee.io/as-editor-doc
Online experience:http://was666.gitee.io/as-editor
Install the tutorial
- npm install (Install node_modules)
- npm run serve (run)
- npm run build (build)
- npm update (Used to update packages)
Directions for use
Using the tutorial
Custom Components
src / layout / home / index.vue // Edit page file
src / components / sliderassembly / index.vue // Left component Daqo file
src / components / componentscom // Left Component directory
src / components / rightslider // Component Directory on the Right
src / utils / componentProperties.js // The component data
ComponentProperties(The component data)Field notes
{
component: 'custommodule', // The name of the phone component in the middle
text: 'Custom modules', // Component text description
type: '1-14', // data-tpye
active: true, // If the selected
style: 'custommodulestyle', // Name set for the component on the right
setStyle: {} // Component dynamic data
}
The official ecological
Project | Describe |
---|---|
AS-Editor Vue2 version |
As-editor based on Vue2 |
AS-Editor Vue3 version |
Vue3 based as-Editor |
AS-Editor-H5 | As-editor-h5 is a mobile Vue template that generates Vue pages from defined JSON |
Participate in the contribution
- The Fork in this warehouse
- New Feat_ XXX branch
- Submit code
- New Pull Request