Aucune description

furffico 86fa4f795e fix: change baseurl il y a 2 ans
public 537dcb7c69 init project il y a 2 ans
src 1958f4462a Merge branch 'build-optimize' into dev-furffico il y a 2 ans
.env.development 86fa4f795e fix: change baseurl il y a 2 ans
.env.production 86fa4f795e fix: change baseurl il y a 2 ans
.eslintignore 537dcb7c69 init project il y a 2 ans
.eslintrc.js 537dcb7c69 init project il y a 2 ans
.gitignore 135b5cb70f feat: prodList & prodInfo il y a 2 ans
.postcssrc.js 537dcb7c69 init project il y a 2 ans
LICENSE 537dcb7c69 init project il y a 2 ans
README.md d1d42ec222 feat: routing + navbar il y a 2 ans
babel.config.js 50673319cc feat: liveroomList-info 信息展示页 il y a 2 ans
jest.config.js 14b3ac7ccb feat: migrate to Vue2.7 + integrate TypeScript support il y a 2 ans
jsconfig.json 537dcb7c69 init project il y a 2 ans
package.json 9da2707a09 fix: webpack optimize il y a 2 ans
pnpm-lock.yaml 9da2707a09 fix: webpack optimize il y a 2 ans
tsconfig.json 14b3ac7ccb feat: migrate to Vue2.7 + integrate TypeScript support il y a 2 ans
vue.config.js 86fa4f795e fix: change baseurl il y a 2 ans

README.md

LiveManageV

$ pnpm config set registry https://registry.npm.taobao.org
  • 安装依赖
$ pnpm install
  • 运行
$ pnpm dev
  • 部署
$ pnpm build

notes

添加路由

src/router/index.ts的常量pages中添加。