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
吴宇铉 8d82be861d
部分前端
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
yarn.lock 部分前端 10 months ago

README.md

项目介绍及启动说明

启动项目

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

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

# 启动项目
npm run dev