我是一个yeoman脚手架,可以根据JDL生成Vue管理端项目的增删改查页面。
Generator vue&leancloud project
First, install Yeoman and generator-moon using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-moon
Then generate your new project:
# 生成前端项目(vue + element-ui + leancloud)
yo moon:client
# 生成后端项目(express + typescript + leancloud)
yo moon:server
# 导入JDL
yo moon:import-jdl <filename>
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
MIT © tangyy