-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
Alright! This is great stuff!! |
Hmm, weird. Those vue dependencies should be bundled in the ui code. Vue-i18n becomes a |
No worries; I was quite surprised too. I'm not sure why this happened exactly. |
@sircharlo, I found the issue with the electron dependencies. You import That would allow for the other UI dependencies to be removed from the Electron output build. |
Check out these docs for combining Sentry/electron with Sentry/vue. |
See #282 for a potential fix |
I've created a basic setup for a documentation website using VitePress. VitePress is the official documentation builder of Vue. I've added a home, about and faq page and setup the internationalization. The theme/styling can be customized to align with M³ styling. You can easily work on the website locally with the
docs:dev
script. It has built-in search, light/dark and responsiveness.For deployment, perform the steps at https://vitepress.dev/guide/deploy#github-pages
I've also optimized the Electron dependencies (see Quasar Docs for more info). When Electron uses a new dependency, it should be explicitly added in
quasar.config.js
, so that only the necessary dependencies are included in the production build.