黄机项目pc地址

@shifangping shifangping authored 5 hours ago
public update 8 months ago
src Merge branch 'master' of http://server4.wh-nf.cn:8081/git/super/HuangJiPC 5 hours ago
.editorconfig update 8 months ago
.env.development update 8 months ago
.env.production update 8 months ago
.env.test update 8 months ago
.gitignore update 8 months ago
.interface-auto.js update 8 months ago
.prettierrc update 8 months ago
README.md update 8 months ago
index.html update 8 months ago
package.json update 8 days ago
vite.config.js 更新代码 5 hours ago
yarn-error.log update 8 months ago
yarn.lock 更新代码 5 hours ago
README.md

vue3.0_template 说明

目录结构描述
├── public                      // 静态文件目录
├── src
│ ├── apiData                   // 接口地址目录
│ ├── assets                    // 静态文件目录
│ ├── components                // 组件目录
│ ├── pages                     // 页面文件目录
│ ├── router                    // 路由
│ ├── sercvices                 // 生成的接口文件目录
│ ├── store                     // store
│ ├── styles                    // 样式目录
│ ├── utils                     // 常用 js 文件目录
│ ├── config.js                 // 系统默认配置
│ └── main.js
├── .editorconfig
├── .interface-auto.js
├── package.json
└── vite.config.js
node 版本:v14.19.0