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.
 
 
 
 
Go to file
Cyh Name 4dab472349
完成我的考试页面
10 months ago
build 完成成绩统计页面 10 months ago
config 完成成绩统计页面 10 months ago
src 完成我的考试页面 10 months ago
static/img 完成成绩统计页面 10 months ago
.babelrc 完成成绩统计页面 10 months ago
.editorconfig 完成成绩统计页面 10 months ago
.gitignore 完成成绩统计页面 10 months ago
.npmrc 完成成绩统计页面 10 months ago
.postcssrc.js 完成成绩统计页面 10 months ago
README.md 完成成绩统计页面 10 months ago
index.html 完成成绩统计页面 10 months ago
package.json 完成成绩统计页面 10 months ago

README.md

项目介绍及启动说明

启动项目

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

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

# 启动项目
npm run dev