Go to file
caishi 1cb3335e5d Merge branch 'gitlink_competitions' of https://gitlink.org.cn/Gitlink/forgeplus-react into gitlink_competitions 2026-03-20 14:37:37 +08:00
.mfsu-dev 竞赛 2022-04-02 18:35:57 +08:00
.vscode 竞赛 2022-04-02 18:35:57 +08:00
config Merge branch 'gitlink_competitions' of https://gitlink.org.cn/Gitlink/forgeplus-react into gitlink_competitions 2026-03-19 15:18:53 +08:00
mock 竞赛 2022-04-02 18:35:57 +08:00
public 字体 2026-03-19 17:07:25 +08:00
src Merge branch 'gitlink_competitions' of https://gitlink.org.cn/Gitlink/forgeplus-react into gitlink_competitions 2026-03-20 14:37:37 +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