How to get the Quasar docs to run offline?
-
If you want to have the docs offline, follow these steps.
Note, you must have Node and NPM or Yarn and Quasar CLI installed on your machine.
Steps:
$ git clone https://github.com/quasarframework/quasar.git
-
Change to the
docs
directory. -
Run
yarn
ornpm install
. -
Run
quasar dev
.
You could also build and serve the SPA or PWA version, but dev should get you offline viewing capabilities too. Or, you could also build an Electron version. That might be a good choice for offline, however, a bit more work.
Scott
-
-
I am new here, help me at this question, thank you
-
The answer is the first thread post. Read above and follow the instructions.
Scott