My first simple full-stack Project:easyBook manage System(Vue2.x & MongoDB & Koa2 & ElementUI)
Day2!
HI,this part will tell you how to create your own Koa2 application through Scaffold
install Koa Scaffold Globally
click win + R or set up new Command Line Window in any folders,then run the command below:
npm i -g koa-generator
2.check the ve...