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)基于nest
- Expressjs(API): (Pending)
- 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 ? 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