@quasar/app v2.1.1 released!
-
https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v2.1.1
Upgraded deps: archiver@5.0.2, copy-webpack-plugin@6.1.1, dot-prop@5.3.0, file-loader@6.1.0, html-webpack-plugin@4.5.0, mini-css-extract-plugin@0.11.2, optimize-css-assets-webpack-plugin@5.0.4, table@6.0.3, terser-webpack-plugin@4.2.2, webpack@4.44.2, webpack-bundle-analyzer@3.9.0, webpack-node-externals@2.5.2
-
Could I ask what is app v2?
Aren’t we at 1.14?
-
@realtebo
@quasar/app
is currently at v2.11
Read the upgrade guide here: https://quasar.dev/quasar-cli/app-upgrade-guide#Upgrade-Guide -
I have same confusion with @realtebo
from this documentation https://quasar.dev/quasar-cli/app-upgrade-guide#Introduction said that quasar/app and quasar are different packages (one is the Quasar App CLI and one is the Quasar UI), each one with its own version.
Currently Quasar is v1.14.1 , quasar/app is v2.1.1 and quasar/cli is v1.1.2based on documentation above, what is the difference between cli and app since those two said the same but have difference version (v1.1.2 and v2.1.1)? and I guess Quasar is the components and related with UI right?
-
What are the different packages in Quasar Framework?
The three main packages are:
@quasar/ui (or just quasar)= the component library = 1.14.1
@quasar/cli = the global CLI (i.e. for creating projects, doing builds, etc.) = 1.1.2
@quasar/app = the project CLI commands and why you have to be in a project folder root to run them (i.e. for running the dev server, creating new pages, layouts, etc.) = 2.1.1As you can also see from the image, there are other packages like IconGenie and Extras and the Docs.
Scott
-
thank you @s-molinari for the clear explanation!
-
Can also check the core packages at the https://quasar.dev/start/release-notes#Introduction