shenyu-dashboard
Apache ShenYu Dashboard
파일 탐색기
최종 버전 다운로드 (.zip)- devcontainer.json
- build.yml
- deploy.yml
- release-drafter.yml
- sync-to-main.yml
- release-drafter-config.yml
- favicon.ico
- asf_logo.svg
- bg.jpg
- logo.png
- logo.svg
- support-apache.png
- TitleLogo.svg
- welcome.jpg
- menu.js
- router.js
- pathTools.js
- pathTools.test.js
- utils.ts
- AuthorizedArray.md
- AuthorizedFunction.md
- basic.md
- secured.md
- Authorized.js
- AuthorizedRoute.js
- CheckPermissions.js
- CheckPermissions.test.js
- index.d.ts
- index.js
- index.md
- PromiseRender.js
- renderAuthorize.js
- Secured.js
- simple.md
- index.d.ts
- index.en-US.md
- index.js
- index.zh-CN.md
- 403.md
- 404.md
- 500.md
- index.d.ts
- index.en-US.md
- index.js
- index.less
- index.zh-CN.md
- typeConfig.js
- basic.md
- index.d.ts
- index.js
- index.less
- index.md
- ExportModal.js
- ImportModal.js
- ImportResultModal.js
- index.js
- index.less
- basic.md
- index.d.ts
- index.en-US.md
- index.js
- index.less
- index.zh-CN.md
- LoginCode.tsx
- LoginItem.js
- LoginSubmit.js
- LoginTab.js
- map.js
- image.md
- simple.md
- standard.md
- structure.md
- index.d.ts
- index.js
- index.less
- index.md
- index.test.js
- classic.md
- error.md
- structure.md
- index.d.ts
- index.js
- index.less
- index.md
- index.js
- index.less
- SiderMenu.js
- SilderMenu.test.js
- tsconfig.json
- home.e2e.js
- login.e2e.js
- BasicLayout.js
- BlankLayout.js
- PageHeaderLayout.js
- PageHeaderLayout.less
- UserLayout.js
- UserLayout.less
- en-US.json
- zh-CN.json
- alert.js
- auth.js
- common.js
- dataPermission.js
- discovery.js
- error.js
- global.js
- index.js
- instance.js
- login.js
- manage.js
- mcpServer.js
- metadata.js
- namespace.js
- namespacePlugin.js
- plugin.js
- pluginHandle.js
- registry.js
- resource.js
- rewrite.js
- role.js
- scale.js
- shenyuDict.js
- spring.js
- user.js
- AddAndUpdateApiDoc.js
- AddAndUpdateTag.js
- ApiContext.js
- ApiDebug.js
- ApiInfo.js
- globalData.js
- HeadersEditor.js
- ImportSwaggerModal.js
- SearchApi.js
- TagInfo.js
- ApiDoc.js
- 403.js
- 404.js
- 500.js
- style.less
- triggerException.js
- home.less
- index.js
- index.js
- CommonRuleHandle.js
- ComposeRuleHandle.js
- index.js
- Rule.js
- RuleCopy.js
- Selector.js
- SelectorCopy.js
- discovery.less
- DiscoveryCard.js
- DiscoveryConfigModal.js
- DiscoveryIcon.js
- DiscoveryImportModal.js
- DiscoveryUpstreamTable.js
- index.js
- ProxySelectorCopy.js
- ProxySelectorModal.js
- index.js
- JsonEditModal.js
- McpConfigModal.js
- SwaggerImportModal.js
- ToolsModal.js
- GeneralContextRuleHandle.js
- HystrixRuleHandle.js
- index.js
- ParamPluginRuleHandle.js
- RequestRuleHandle.js
- ResponseRuleHandle.js
- index.less
- Error.js
- Success.js
- Success.test.js
- AddModal.js
- globalData.js
- index.js
- AddModal.js
- AddTable.js
- index.js
- index.less
- RelateMetadata.js
- SearchContent.js
- TableTransfer.js
- AddModal.js
- index.js
- index.js
- AddModal.js
- index.js
- AddModal.js
- index.js
- AddModal.js
- index.js
- AddModal.js
- index.js
- AddModal.js
- index.js
- AddModal.js
- index.js
- AddModal.js
- IconModal.js
- IconModal.less
- index.js
- index.less
- AddModal.js
- index.js
- globalData.js
- index.js
- PolicyModal.js
- RuleModal.js
- AddModal.js
- DataPermModal.js
- index.js
- Login.js
- Login.less
- api.js
- error.js
- user.js
- AuthButton.js
- AuthRoute.js
- download.js
- emit.js
- IntlUtils.js
- locales.js
- namespacePlugin.js
- plugin.js
- request.js
- resizable.js
- utils.js
- utils.less
- index.ejs
- index.js
- index.less
- polyfill.js
- rollbar.js
- router.js
- theme.js
- fix_puppeteer.sh
- run-tests.js
- .asf.yaml
- .babelrc.js
- .editorconfig
- .eslintrc.js
- .gitignore
- .gitpod.Dockerfile
- .gitpod.yml
- .roadhogrc.mock.js
- .stylelintrc.json
- .webpackrc.js
- DISCLAIMER
- jsconfig.json
- LICENSE
- NOTICE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/apache/shenyu-dashboard
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd shenyu-dashboard
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
npm run build
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
