README.md 549 B

vue+vant+eggjs通用前端框架

版本切换

切换vue 3.0分支和SSR分支,
yarn install
cd server
yarn install

前端程序

h5端
yarn install
eggjs中间接口转发
cd server
yarn install

中间层eggjs代理,里面有一些接口转发和mock数据

yarn serve
cd server
npm run dev

Compiles and minifies for production

yarn build
cd server
npm start

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.