# second-management-h5
**Repository Path**: starryskyljj/second-management-h5
## Basic Information
- **Project Name**: second-management-h5
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-07-24
- **Last Updated**: 2025-07-30
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# visitor-management-h5
仓库 [VisitorManagementH5](https://e.coding.net/g-ugrf0245/visitormanagementsystem/VisitorManagementH5.git)
## Setup
确保安装依赖项:
```bash
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
```
## 开发服务器
##### 启动开发服务器 on `http://localhost:5174`:
###### h5端:
```bash
# npm
npm run dev:h5
# pnpm
pnpm dev:h5
# yarn
yarn dev:h5
```
###### 微信小程序端:
```bash
# npm
npm run dev:mp-weixin
# pnpm
pnpm dev:mp-weixin
# yarn
yarn dev:mp-weixin
```
## 构建
##### 构建生产应用程序:
###### h5端:
```bash
# npm
npm run build:h5
# pnpm
pnpm build:h5
# yarn
yarn build:h5
```
```bash
# npm
npm run build:mp-weixin
# pnpm
pnpm build:mp-weixin
# yarn
yarn build:mp-weixin
```
更多构参考package.json或查看[uniapp开发文档](https://uniapp.dcloud.net.cn/)
### 图鸟ui引入:
##### 图鸟依赖
```bash
"@tuniao/tn-icon": "^1.11.0",
"@tuniao/tn-style": "^1.0.20",
"@tuniao/tnui-vue3-uniapp": "^1.0.23",
```
```bash
# npm
npm install @tuniao/tnui-vue3-uniapp @tuniao/tn-icon @tuniao/tn-style
# pnpm
pnpm install @tuniao/tnui-vue3-uniapp @tuniao/tn-icon @tuniao/tn-style
# yarn
yarn add @tuniao/tnui-vue3-uniapp @tuniao/tn-icon @tuniao/tn-style
```
```vue
{{title}}
```
更多详见[图鸟开发文档](https://vue3.tuniaokj.com/)ß