Webpack: migrate to new template

Created on 1 Jan 2018  Â·  2Comments  Â·  Source: vuejs-templates/webpack

Hi how can i migrate my old webpack template to new one ?

Most helpful comment

I believe there's no automated way to do this right now. You'll need to manually run a diff against the changes.

Use vue init webpack vue-webpack-fresh to get an up-to-date base template and then use a diff tool such as meld to see what the changes are.

All 2 comments

I believe there's no automated way to do this right now. You'll need to manually run a diff against the changes.

Use vue init webpack vue-webpack-fresh to get an up-to-date base template and then use a diff tool such as meld to see what the changes are.

You can also "re-init" the template directly in existing project and then resolve the changes. I've done it multiple times, it's not that bad :).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  Â·  48Comments

adam-lynch picture adam-lynch  Â·  35Comments

silvestreh picture silvestreh  Â·  20Comments

hexyxj picture hexyxj  Â·  192Comments

gazpachu picture gazpachu  Â·  30Comments