iLayout
iLayout copied to clipboard
Drag-and-drop Mobile Application Designer
iLayout
Mobile Application Designer

Pictures are loading...
About
This is a mobile application designer, currently in the prototype development stage, designed to help developers quickly build page layout.
The next plan is
- Generate H5 dynamically according to JSON file generated by layout
- Integrating borderUI to drag and visualize component configuration
Getting Started
Development
base on vue-cli@3 to build a development and production versions.
Install all dependencies, in repo's root:
$ npm install
Development Builds
The following npm scripts are available to create development builds:
serve- build development versions(Start by default on http://localhost:8080)
Production builds
To build production versions the following npm scripts are available:
build- build production versions
Compiled results will be available in dist/ folder.