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
pjj123 c853187d4d
Merge remote-tracking branch 'origin/master'
8 months ago
build front_test 8 months ago
config front_test 8 months ago
src back_online_pjj 8 months ago
static/img front_test 8 months ago
.babelrc front_test 8 months ago
.editorconfig front_test 8 months ago
.gitignore back_online_pjj 8 months ago
.npmrc front_test 8 months ago
.postcssrc.js front_test 8 months ago
README.md front_test 8 months ago
index.html front_test 8 months ago
package-lock.json front_test 8 months ago
package.json front_test 8 months ago
pom.xml back_online_pjj 8 months ago

README.md

项目介绍及启动说明

启动项目

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

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

# 启动项目
npm run dev