-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: convert hub to nuxt project #731
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/wfcd/warframe-hub/BzV5hjSCJRc2hrtR5WrCGWvJrLCx |
@Bitti09 I'd love your thoughts on these since you have a bit more experience with nuxt than I do, and you've typically got some pretty good thoughts. I worry that i've got too much freeform vue paradigms in play with my config & stuff like static asset usage |
I read through all the changes from a javascript standpoint, all of these I assume are just convention changes. The only thing is perhaps we should change the icon of the app. |
agreed, i'm working with yazu on one based off of the materials logo |
I'll rebase once I sort out the logo with yazu |
@EricSihaoLin any additional thoughts? |
# [2.0.0](v1.6.6...v2.0.0) (2022-04-11) ### Features * convert hub to nuxt project ([#731](#731)) ([d23dc8e](d23dc8e)) ### BREAKING CHANGES * breaks the url patterns because it removes the `#` fragmet notation
🎉 This PR is included in version 2.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Summary:
Convert to nuxt-based app
should make it easier to maintain and keep up with vue changes in the long run and have a bit more of a stable community
vue-mobile-detection
->@nuxt/device
sentry modules ->
@nuxt/sentry
App.vue -> default layout
Fixes issue (include link):
closes #691
Mockups, screenshots, evidence: