Skip to content
/ tuols Public

ant design generators for productive in tuols.com

License

Notifications You must be signed in to change notification settings

TangMonk/tuols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ant design generators for productive

install

npm install -g tuols

pre-requirement

node > 7.6 & PostgreSQL

and you should know about hapi and react

usage

init project

tuols init

run react application

$ cd api/
$ npm run dev

run api server

$ cd api/
$ node server

creating model curd api

tuols g model user name:string,phone:string,password_hash:string

creating model admin page with specify ui type

tuols g view user name:string,phone:string,password_hash:string

now support type are:

  • input
  • select
  • hidden

todos

  1. optional edit page
  2. file upload
  3. search component should support multiple file search

I am a freelancer for web and mobile development, If have some good ideas, please contact me wytwyt02@gmail.com

About

ant design generators for productive in tuols.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published