I have an ember-cli app that doesn't require any server interaction. It runs entirely on the client and uses IndexDB for all its persistent-storage needs. What's the recommended way to deploy such application onto another PC so that it can be run without internet access? I was thinking of doing an 'ember build', and just copying the entire 'dist' directory to the target PC and serve via something like the Python Simple HTTP server. Will that work?
Aucun commentaire:
Enregistrer un commentaire