- Live Demo
- Preview:
- Steps:
- Download project:
git pull https://github.com/YumiChen/CMS-UI-Generator.git
- Install modules
npm install
// if you're using Yarn
yarn install
- Edit table info and API info in
tableInfo.js
andTexts.js
indata
folder. To check live preview, run:
npm dev // check port 8080
- When finished, run:
npm build
- Done!