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

Migrate to app template created with Vue-CLI v3 #94

Open
chrismayer opened this issue Aug 13, 2019 · 1 comment
Open

Migrate to app template created with Vue-CLI v3 #94

chrismayer opened this issue Aug 13, 2019 · 1 comment
Labels

Comments

@chrismayer
Copy link
Collaborator

Since some dev-dependencies are out of date - especially webpack - and the upgrade isn't that straight forward there might be the possibility to create a new app template.

I had a quick chat with @JakobMiksch about this topic and he told me that the template Wegue was initially created with is deprecated (see https://github.com/vuejs-templates/webpack). Everything what has been done with the template should now be doable with Vue-CLI v3.

So it might be an idea to create a new application setup with Vue-CLI and apply the adaptations for Wegue, so we have an up-to-date setup with webpack and co.

Any thoughts or comments?

@chrismayer
Copy link
Collaborator Author

After a few first tests with Vue CLI (v3) I am pretty sure that this is the way to go.
The generated app setup of Vue CLI removes a lot of outdated dependencies and for the rest it gives us up-to-date deps by having more or less the same functionality (transpiling, bundling / production build, linting, etc.). The only thing I did not check yet is if there is a test suite or how we integrate our test suite to that project setup of Vue CLI (but surely doable).

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

1 participant