Design interface for creating OpenAPI (Swagger) specification files. Live demo
npm install -g aurelia-cli
)git clone https://github.com/apinf/open-api-designer.git
)npm install
)au build
) and open index.html
OR run the webserver integrated in Aurelia using au run
and open the URL that is printed after building (usually http://localhost:9000
)docker build -t openapi-designer .
(Run with --build-arg env=prod to compile the production version.)docker run -p <port>:80 openapi-designer
replacing <port>
with the port you want the app to be accessible at.http://localhost:<port>