Offline Documents?
-
Hi guys,
I am an new bird to Quasar and still learning. Sometime I want to review and learn on trip without internet.
Is there an online document about guideline and components?Thank you!
-
Check out this link: http://quasar-framework.org/components
From there, you can save the page in your local disk and review it some other time. You might want to try using a browser plugin named “Save Page WE” which saves most of the resources on the page into a single html file and still view it as is offline. -
You can clone the quasar-framework.org website locally:
https://github.com/quasarframework/quasar-framework.org
Switch to the appropriate branch/tag for the version of documentation you need.
Then
npm run dev
and you have the documentation locally. -
Great help!! Thank you all!
-
is the site include beta v1
-
@ringaz yes there is a v1 doc you can clone from their repo.