Keine Beschreibung

cc0011 fc3822ea0d ui-2 vor 5 Tagen
public d94125a187 init vor 1 Woche
src fc3822ea0d ui-2 vor 5 Tagen
.browserslistrc d94125a187 init vor 1 Woche
.env.development d94125a187 init vor 1 Woche
.env.production 93200d5ca1 apixiu修改 vor 1 Woche
.env.staging d94125a187 init vor 1 Woche
.eslintrc.js d94125a187 init vor 1 Woche
.gitignore d94125a187 init vor 1 Woche
.postcssrc.js 68cbf9d1e8 全局样式 vor 1 Woche
README.md 7e2dd77ad1 1 vor 1 Woche
babel.config.js d94125a187 init vor 1 Woche
package-lock.json c7bfaee701 资产页面 vor 1 Woche
package.json c7bfaee701 资产页面 vor 1 Woche
vue.config.js a8c2652c2a 党员申请 vor 1 Woche
yarn.lock 98cc09af2a 党员申请 vor 1 Woche

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.