| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 9 个月前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 9 个月前 |
ER Model Plugin - Web UI
This is the frontend component of the ER Model plugin for openGauss Workbench.
Prerequisites
- Node.js (version >= 12.22.1)
- npm (version >= 6.13.4) or yarn (version >= 1.21.1)
Installation
To install the dependencies, run one of the following commands:
npm install
or
yarn install
Development
To start the development server:
npm run dev
Building for Production
To build the application for production:
npm run build
or specifically for SPA mode:
npm run build:prod