docs/en/migration-guide.md
The following documentation attempts to explain how migrating your project should be accomplished, but may not be a full proof method as overall project structure is always up for change.
vue init simulatedgreg/electron-vue my-projectsrc files into the new scaffold's src directorypackage.json dependencies from current project to the new scaffold's package.jsonyarn or npm installyarn run dev or npm run dev)Just as previously mentioned above, there isn't a full proof method for migrating to a new scaffold, but these are typically going to be the major steps to get you nearly all the way there. Any personal modifications to project structure or handling of assets will be up to you or your team to migrate. Make sure to check out the rest of the documentation as it will always reflect the current version of electron-vue from the master branch.