Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 254 Bytes

README.MD

File metadata and controls

23 lines (19 loc) · 254 Bytes

一个后端基于egg.js,前端基于vue-cli3的h5项目

https://www.imooc.com/learn/1185

client 为客户端 server 为服务端

INSTALL

前端

cd client
npm i
npm run dev

后端

cd server
npm i
npm run dev

USING

enjoy it~