# LiveManageV

- 安装pnpm:https://pnpm.io/zh/installation
- 使用淘宝源

```bash
$ pnpm config set registry https://registry.npm.taobao.org
```

- 安装依赖

```bash
$ pnpm install
```

- 运行

```bash
$ pnpm dev
```

- 部署

```bash
$ pnpm build
```


## notes
### 添加路由

在[src/router/index.ts](./src/router/index.ts)的常量`pages`中添加。