Sem descrição

cc0011 6f932b3596 合并 há 12 horas atrás
public d94125a187 init há 20 horas atrás
src 6f932b3596 合并 há 12 horas atrás
.browserslistrc d94125a187 init há 20 horas atrás
.env.development d94125a187 init há 20 horas atrás
.env.production 68cbf9d1e8 全局样式 há 19 horas atrás
.env.staging d94125a187 init há 20 horas atrás
.eslintrc.js d94125a187 init há 20 horas atrás
.gitignore d94125a187 init há 20 horas atrás
.postcssrc.js 68cbf9d1e8 全局样式 há 19 horas atrás
README.md d94125a187 init há 20 horas atrás
babel.config.js d94125a187 init há 20 horas atrás
package-lock.json c7bfaee701 资产页面 há 12 horas atrás
package.json c7bfaee701 资产页面 há 12 horas atrás
vue.config.js 68cbf9d1e8 全局样式 há 19 horas atrás
yarn.lock c7bfaee701 资产页面 há 12 horas atrás

README.md

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.