ryou-cli

It can help you for generate Web frontend and Nodejs backend application quickly.

MIT License

Downloads
24
Stars
3
Committers
1

ryou-cli

Used for developer start new project with template like below:

  • Vue(SPA): (Done)Vue + Vuex + VueRouter
  • Vue(First-render): (Pending)基于nuxt
  • Vue(SSR): (Pending)基于nuxt
  • React(SPA): (Pending)
  • React(First-render): (Pending)
  • React(SSR): (Pending)基于nextjs
  • Expressjs(API): (Done)Expressjs + ryou-router
  • KOA(API): (Pending)
  • Nginx spa history configuration: (Done)

Use

Install:

  npm install -g ryou-cli

Run:

  ryoucli init <ProjectName>

Demo:

  ? Which template do you want to choice? Vue(SPA)
  ? Description: Test project
  ? Author: ryouaki
   downloading...
   The project initialized successful!
   npm installing...
   Npm install successful!

   Run command:
     $ cd D:\Workspace\ryou-cli\test
     $ npm run dev