theamazingfedex / owod-cs

A digital character sheet for the Old World of Darkness pen and paper games.
MIT License
2 stars 0 forks source link

Setup webpack code splitting per sheet #15

Open theamazingfedex opened 5 years ago

theamazingfedex commented 5 years ago

Setup webpack code splitting per character sheet. Once we start adding other complex components, we should enable splitting for them as we implement them.

KungRaseri commented 5 years ago

This can be setup with #22 via vue-router, etc.