材料网用户pc端

zweiqin f6dc8990e1 2023.11.29 hace 1 año
build 2f3424f7e2 2023.09.18 hace 2 años
config 2f3424f7e2 2023.09.18 hace 2 años
src f6dc8990e1 2023.11.29 hace 1 año
static 2f3424f7e2 2023.09.18 hace 2 años
theme 2f3424f7e2 2023.09.18 hace 2 años
.babelrc 2f3424f7e2 2023.09.18 hace 2 años
.editorconfig 2f3424f7e2 2023.09.18 hace 2 años
.eslintignore 2f3424f7e2 2023.09.18 hace 2 años
.eslintrc.js 2f3424f7e2 2023.09.18 hace 2 años
.gitignore 2f3424f7e2 2023.09.18 hace 2 años
.postcssrc.js 2f3424f7e2 2023.09.18 hace 2 años
Dockerfile 2f3424f7e2 2023.09.18 hace 2 años
ReadMe.md 2f3424f7e2 2023.09.18 hace 2 años
index.html 2f3424f7e2 2023.09.18 hace 2 años
package-lock.json 2f3424f7e2 2023.09.18 hace 2 años
package.json 2f3424f7e2 2023.09.18 hace 2 años

ReadMe.md

[TOC]

介绍

本项目为商城项目。

相关配置

请求地址配置:

打开目录

src\util\server.js

  • baseURL 项目请求地址
  • uploadURL 项目文件上传地址

启动

npm run dev

打包

npm run build