simbridge
v0.6.2
이 repo에는 Simbridge에 대한 소스 코드가 포함되어 있습니다
당신이 가지고 있는지 확인하십시오 :
Nodejs 18- 홈페이지
# Install all dependencies
$ npm install
# Build all packages
$ npm run build
# Start server, to use interfaces you need to build them beforehand
$ npm run start
# Wipe build/ and dist/ folders, build all packages, package to exe and copy dependencies/resources to build folder
$ npm run build:exec
# Package to exe and copy dependencies/resources to build folder, without rebuilding
$ npm run install:exec
서버를 시작하고 localhost:8380/api
로 직접 API 문서화하십시오.