Тайлбар байхгүй

zhangjie dc05bb79ee bug fix 1 жил өмнө
public b05376d041 接口调整 1 жил өмнө
src dc05bb79ee bug fix 1 жил өмнө
.browserslistrc b95baf7690 依赖包更新 2 жил өмнө
.editorconfig b95baf7690 依赖包更新 2 жил өмнө
.env a5fea5a8d9 init 2 жил өмнө
.env.production a5fea5a8d9 init 2 жил өмнө
.eslintignore a5fea5a8d9 init 2 жил өмнө
.eslintrc.js b95baf7690 依赖包更新 2 жил өмнө
.gitignore 29e22c1788 yarn-lock 2 жил өмнө
CHANGE.md b95baf7690 依赖包更新 2 жил өмнө
README.md 5f9b024e35 frame modify 2 жил өмнө
babel.config.js b95baf7690 依赖包更新 2 жил өмнө
jsconfig.json b95baf7690 依赖包更新 2 жил өмнө
package.json b95baf7690 依赖包更新 2 жил өмнө
vue.config.js 05cb7d456f login code md 1 жил өмнө
yarn.lock b95baf7690 依赖包更新 2 жил өмнө

README.md

paper-library-web

试卷电子化前端系统

项目操作

项目安装

npm install
or
yarn install
or
pnpm install

推荐使用pnmp,安装 pnpm:npm install -g pnpm,安装依赖包:pnpm install

开发模式

npm start

项目打包

npm run build

lint 项目文件,并修正格式

npm run lint

自定义配置

查看 配置文档.