目录 先决条件 版本 节点JS 8.x NPM 5.x 通常,可以使用的NPM版本带有NODEJS依赖项。 安装依赖项 $ npm install 运行测试 $ npm test 开发开始 模拟API方法 使用者介面 $ git clone https://github.com/odpi/egeria-ui $ cd egeria-ui $ npm install $ npm run serve # will start a static server on http://localhost:8080 and will proxy any missing # API Endpoints to the Mocked API 模拟API $ git clone https://github.com/odpi/egeria-api-mocks $ cd