Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade path from old template to new #1166

Closed
ahulab opened this issue Dec 13, 2017 · 2 comments
Closed

Upgrade path from old template to new #1166

ahulab opened this issue Dec 13, 2017 · 2 comments
Labels

Comments

@ahulab
Copy link

ahulab commented Dec 13, 2017

I'm working on a project that has been using this template for quite a while, it's still using mocha instead of jest and is using the express server instead of webpack-dev-server. I'd like to update the project to be inline with this template, is there a recommended method of doing that, or is it just up to me to reconcile the differences and apply them?

@LinusBorg
Copy link
Contributor

There's no easy upgrade path yet - we aim to solve this with vur-cli 3.

For now, the best way to go depends on the level of customization that you applied to the template.

Of you hardly changed anything, it's actually quite simple to roll out a fresh install of the template, copy all your source files and tests and replace everything in your original project directory with that.

Just make sure to adjust anything you changed in /config and /build afterwards.

@ahulab
Copy link
Author

ahulab commented Dec 14, 2017

alright thanks, I'm interested to see what changes vue-cli 3 will make. I ended up just going thru the main build files in each project and resolving differences. However it's rather tricky to manually remove the unneeded package.json devDeps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants