0๐
โ
You can create separate functions or classes then import them to the App.js via import
or using Require.js, Common.js etc. And the just call them inside the App.js
0๐
If you find yourself wanting separate Vue instances / more than one Single Page App, you can try this webpack template.
Source:stackexchange.com