You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remotebelongstous/online-exam-frontend
kunkun 4dabb1269a
UML大作业
8 months ago
..
build UML大作业 8 months ago
config UML大作业 8 months ago
src UML大作业 8 months ago
static/img UML大作业 8 months ago
.babelrc UML大作业 8 months ago
.editorconfig UML大作业 8 months ago
.gitignore UML大作业 8 months ago
.npmrc UML大作业 8 months ago
.postcssrc.js UML大作业 8 months ago
README.md UML大作业 8 months ago
index.html UML大作业 8 months ago
package.json UML大作业 8 months ago

README.md

项目介绍及启动说明

启动项目

# 切换镜像
npm config set registry https://registry.npm.taobao.org

# 安装依赖对应node的版本是16.13.2
npm install --force

# 启动项目
npm run dev