Go to file
caishi e0ea04e45c 新增交流群二维码 2026-03-30 15:15:03 +08:00
.mfsu-dev 竞赛 2022-04-02 18:35:57 +08:00
.vscode 竞赛 2022-04-02 18:35:57 +08:00
config 培训答疑+赛题更新 2026-03-23 17:34:48 +08:00
mock 竞赛 2022-04-02 18:35:57 +08:00
public 字体更新 2026-03-20 15:58:20 +08:00
src 新增交流群二维码 2026-03-30 15:15:03 +08:00
.editorconfig 竞赛 2022-04-02 18:35:57 +08:00
.gitignore 竞赛 2022-04-02 18:35:57 +08:00
.prettierignore 竞赛 2022-04-02 18:35:57 +08:00
.prettierrc 竞赛 2022-04-02 18:35:57 +08:00
.umirc.ts update-new competition 2022-04-11 11:11:02 +08:00
README.md 竞赛-作品提交新页面 2024-08-23 11:28:57 +08:00
aliyun.jmx 竞赛 2022-04-02 18:35:57 +08:00
educoder_admin.csv 竞赛 2022-04-02 18:35:57 +08:00
jsconfig.json 竞赛 2022-04-02 18:35:57 +08:00
package-lock.json 页面优化 2026-03-20 09:58:34 +08:00
package.json 页面优化 2026-03-20 09:58:34 +08:00
test.html 竞赛 2022-04-02 18:35:57 +08:00
tsconfig.json 竞赛 2022-04-02 18:35:57 +08:00
typings.d.ts 竞赛 2022-04-02 18:35:57 +08:00
yarn.lock 优化赛程 2026-03-20 00:51:24 +08:00

README.md

gitlink 竞赛模块

项目启动

第一步 安装项目依赖

$ yarn 
$ npm install 

第二步启动项目命令,

$ yarn start 
$ npm run start

install过程中报错可先安装node-sass npm install node-sass --save-dev yarn install --force