Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webpacks support for web production deployment #57

Closed
dvulanov opened this issue Apr 29, 2016 · 1 comment
Closed

Webpacks support for web production deployment #57

dvulanov opened this issue Apr 29, 2016 · 1 comment

Comments

@dvulanov
Copy link

This looks like a really great scaffold, but I don't see anything for web deployment, like webpacks or jpsm.

Are there any plans to implement this, or am I missing something?

Thanks for the great work!

@NathanWalker
Copy link
Owner

Hi @dvulanov thanks for your kind words and question.

You can run:

npm run serve.prod

To view the production build in the browser. It builds out to dist/prod and runs from there.

You can also run:

npm run build.prod

To simply build production to dist/prod. Then you can drop the contents of dist/prod on any web server host.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants