pratik227 / quasar-admin

Free Quasar Admin Template based on Vue.js and used Quasar Framework.
https://next-quasar-admin.netlify.app/
MIT License
816 stars 329 forks source link

[feature request] Upgrade Quasar libraries #4

Closed bingalls closed 3 years ago

bingalls commented 3 years ago

Quasar-admin is breath-taking! Please upgrade Quasar-admin's dependent (Quasar) libraries. tldr; I am building an example open app on Github, to kickstart and show off a full-stack app using quasar-admin. This is using latest in best-of-breed, including GraphQL & Docker Compose. I'm inexplicably running into difficulty getting @quasar/app to install. Essentially, Docker installs @quasar/cli but not @quasar/app. I decided to remedy this, by upgrading the libraries that Quasar-admin uses. Following the Quasar Upgrade Guide I ran into difficulties which I believe is in the viewport meta tag in index.template.html, which I had to modify as part of the upgrade. I'll be happy to post my evolving code, should you wish to see details, or test it, youself. FWIW, I can attest that quasar-admin works on node v14 lts & node v15, as well as with Yarn. Thanks!

pratik227 commented 3 years ago

Hi,

Yes, you can post code here I will check and merge it quasar-admin.

Thanks!!

patrickmonteiro commented 3 years ago

I migrated to the latest version of quasar. Just wait to be tested.

https://github.com/pratik227/quasar-admin/pull/5

pratik227 commented 3 years ago

@bingalls Upgrade Quasar libraries

bingalls commented 3 years ago

@pratik227 Sorry about delay in reply. Extracting my code for this was taking time. Upgrade looks good! I recommend documenting a release procedure, so that you remember to update the version in package.json. Here are issues I found, while testing in Firefox Developer Edition v85 (latest)

pratik227 commented 3 years ago

@bingalls I have fixed the issues.

For the Pricing page I have kept the dashboard icon so user can move to the dashboard. The loss of the hamburger menu is not an issue.