36 lines
1.2 KiB
Markdown
Executable File
36 lines
1.2 KiB
Markdown
Executable File
# showtime_pay
|
|
|
|
This template should help get you started developing with Vue 3 in Vite.
|
|
|
|
## Recommended IDE Setup
|
|
|
|
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
|
|
|
|
## Customize configuration
|
|
|
|
See [Vite Configuration Reference](https://vite.dev/config/).
|
|
|
|
## Project Setup
|
|
|
|
```sh
|
|
npm install
|
|
```
|
|
|
|
### Compile and Hot-Reload for Development
|
|
|
|
```sh
|
|
npm run dev
|
|
```
|
|
|
|
### Compile and Minify for Production
|
|
|
|
```sh
|
|
npm run build
|
|
```
|
|
|
|
## 变更记录
|
|
|
|
- **仓库级按日摘录(威海前端):** 根目录 **[`PROJECT_OVERVIEW.md`](../../../PROJECT_OVERVIEW.md)** → **「8. showtime_weihai」** 变更摘录(**最新见 2026-05-10** 含组织/部门关联物料分类、成员列与 KPI 展示、常量信息选择过滤与删除确认等;**2026-05-09** 含多维表传播索引与配置管理刷新等)。
|
|
- **应用内「更新说明」弹层:** [`src/data/appChangelog.js`](src/data/appChangelog.js)(与上者同日条目应对齐)。
|
|
- **多维表技术长文(列类型、数据源、`oa_config` 备忘等):** [`docs/多维表格(MDT)_改动纪要.md`](docs/多维表格(MDT)_改动纪要.md)。
|