Interfaz de diseño para crear archivos de especificación OpenAPI (Swagger). Demo en vivo
Setup
0.-Tenga una instalación de Node.js que no sea demasiado antigua
(v4 + debería funcionar para todo).
1.-Instale Aurelia CLI (npm install -g aurelia-cli)
2.-Clone este repositorio (git clone https://github.com/apinf/open-api-designer.git)
3.-Instale dependencias (npm install)
4.-Cree el código (au build) y abra index.html O ejecute el servidor web integrado en Aurelia usando au run y abra la URL que se imprime después de la construcción (generalmente http://localhost:9000)
Docker
0.-Siga las instrucciones de configuración paso # 2
- Run
docker build -t openapi-designer .
(Run with --build-arg env=prod to compile the production version.) - Run
docker run -p <port>:80 openapi-designer
replacing<port>
with the port you want the app to be accessible at. - The designer should now be accessible at
http://localhost:<port>
0 comentarios:
Publicar un comentario