You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we fire up an express server. There are some things that are env-var based. We could maybe extract that for a true production build that would cut down on logging.
Additionally, having a "build" that just made static files that can be served up by nginx, and a whole different express server could open up some great prod deploy possibilities.
Docker
Docker support. Docker builds for production vs live development. Consider docker-compose file composition and env vars for this.
The text was updated successfully, but these errors were encountered:
Minimum requirements
Add a script to
package.json
for making a production build of the Vue app.Here's a good jumping off point
Extras
Server
Currently, we fire up an express server. There are some things that are env-var based. We could maybe extract that for a true production build that would cut down on logging.
Additionally, having a "build" that just made static files that can be served up by nginx, and a whole different express server could open up some great prod deploy possibilities.
Docker
Docker support. Docker builds for production vs live development. Consider docker-compose file composition and env vars for this.
The text was updated successfully, but these errors were encountered: