Test the markdown
vue
react
nodejs
Test the markdown
Inline style
directory
- a
- b
- Secondary subdomain
- Small program
- Multi-browser adaptation
- Private deployment
- Docker deployment
- PV, UV
Node.js
asdasdasd
+
asdsadddddddddddddddddddddddddasddddddddddddddddddddddddddddddddddddddddddddddddddddasdddddddddddddasddddda
Copy the code
Local Quick Start
You can choose one of the following three methods:
├─ Assets │ ├─ Front end/h5/ SRC # Front end source Directory: ├─ Assets │ ├─403.SVG │ ├ ─ ─404.SVG │ ├ ─ ─500.SVG │ ├─ Logo. PNG │ ├─ placeholder-for- work. SVG │ └ ─ ─ unauth - page - what does. SVG ├ ─ ─ components │ ├ ─ ─ the core core part # │ │ ├ ─ ─ editor # editor module │ │ │ ├ ─ ─ canvas # Canvas: Edit mode + fast preview mode │ │ │ │ ├ ─ ─ edit. Js # edit mode corresponding to the canvas │ │ │ │ └ ─ ─ the preview. The js # quick preview mode corresponds to the canvas │ │ │ ├ ─ ─ edit - a panel # editor on the right side of the editor, │ configuration panel │ │ │ ├ ─ ─ action. Js # │ │ │ │ ├ ─ ─ props. Js # component properties editor panel │ │ │ │ └ ─ ─ script. Js # custom scripts │ │ │ ├ ─ ─ the header │ │ │ ├ ─ ─ modals │ │ │ │ └ ─ ─ the preview. Vue # preview popups │ │ │ ├ ─ ─ shortcuts - a panel # plugin list corresponding shortcut button │ │ │ │ ├ ─ ─ index. The js │ │ │ │ └ ─ ─ Shortcut - button. Js │ │ │ └ ─ ─ index. The js │ │ ├ ─ ─ models in various model # editor │ │ │ ├ ─ ─ element. The corresponding element in the js # plug-in in canvas │ │ │ ├ ─ ─ │ ├─ ├─ style │ ├─ ├─ support │ ├─ shape.js # │ ├─ Plugins # Button, the form (submit button + input box), text, images, │ │ ├ ─ ─ LBP - button. Js │ │ ├ ─ ─ LBP - form - button. Js │ │ ├ ─ ─ LBP - form - input. Js │ │ ├ ─ ─ LBP - picture - placeholder. JPG │ │ ├ ─ ─ LBP - picture. Js │ │ └ ─ ─ LBP - text. Js │ └ ─ ─ the HelloWorld. Vue ├ ─ ─ constants # constant configuration │ └ ─ ─ API. Js # backend API interface address configuration such as ├ ─ ─ mixins # loading plug-ins │ └ ─ ─ the load - plugins. Js ├ ─ ─ pages │ ├ ─ ─ editor # core editor entry │ ├ ─ ─ home │ └ ─ ─ the index ├ ─ ─ store │ ├ ─ ─ modules │ │ ├ ─ ─ editor. Js │ │ ├ ─ ─ element. The js │ │ ├ ─ ─ loading. The js │ │ ├ ─ ─ page. Js │ │ ├ ─ ─ the user. The js │ │ ├ ─ ─ │ ├─ ├─ 07.02.txt │ ├─ 07.02.txt │ ├─ 07.02.txt │ ├─ 07.02.txt Index. Js ├ ─ ─ utils │ ├ ─ ─ element. The js │ ├ ─ ─ HTTP. Js │ └ ─ ─ strapi. Js ├ ─ ─ views │ ├ ─ ─ work - manager │ │ ├ ─ ─ form - stat │ │ │ ├ ─ ─ column. Js │ │ │ ├ ─ ─ the detail. The vue │ │ │ └ ─ ─ index. The vue │ │ ├ ─ ─ index. The vue │ │ └ ─ ─ a list. The vue │ ├ ─ ─ the About the vue │ ├ ─ ─ Editor.vue # Editor entry, a wrapper around the core Editor, Load the plug-in list │ here └ ─ ─ Home. Vue ├ ─ ─ App. Vue ├ ─ ─ engine - entry. Js # for preview, view the H5 works on the mobile end entry ├ ─ ─ main. Js + # editor work - manager (administration page) ├─ registerServicework.js ├─ router. Js #Copy the code