- serve(String, int) - Static method in class xyz.jetdrone.vertx.spa.services.impl.SPAImpl
-
Creates a redirect handler to the angular server using the defaults
- serve(String, int, String...) - Static method in class xyz.jetdrone.vertx.spa.services.impl.SPAImpl
-
- serve(String, int) - Static method in interface xyz.jetdrone.vertx.spa.services.SPA
-
Runs the SPA build tool in development mode, e.g.: npm start
- serve(String, int, String...) - Static method in interface xyz.jetdrone.vertx.spa.services.SPA
-
Runs the SPA build tool in development mode, given a custom command line e.g.: yarn start
- SPA - Interface in xyz.jetdrone.vertx.spa.services
-
A set of utilities to work with SPA and vert.x
- SPAImpl - Class in xyz.jetdrone.vertx.spa.services.impl
-
- SPAImpl() - Constructor for class xyz.jetdrone.vertx.spa.services.impl.SPAImpl
-
- stop() - Static method in class xyz.jetdrone.vertx.spa.services.impl.SPAImpl
-
Stops the running process if any
- stop() - Static method in interface xyz.jetdrone.vertx.spa.services.SPA
-
Stops the build dev server if any.