Quasar Playground is a Vue SFC playground based on @pdanpdan/vue-repl
.
You can test Quasar components online and export the final project.
Can be used with Quasar components and with VueRouter, VueI18n and Pinia.
Supports JS/TS.
There are some aspects of the REPL that can be configured from the URL (more than the Quasar/Vue/Typescript versions which are set from the interface):
preview
with no value or with a lower case converted value of''
,'true'
,'t'
, or'1'
will start the REPL with theoutput
area as default when the size is smallpreviewMode
orpreview-mode
will select the preview tab displayed (one ofpreview
,js
,css
, orssr
) - defaults topreview
editor
with a value ofcodemirror
ormirror
will use CodeMirror editor instead of Monaco (lighter on resources)sfcOptions
orsfc-options
with a JSON stringified object will be used assfcOptions
for @pdanpdan/vue-replpreviewOptions
orpreview-options
with a JSON stringified object will be used aspreviewOptions
for @pdanpdan/vue-replprod
with no value or with a lower case converted value of''
,'true'
,'t'
, or'1'
will start the REPL with Vue in PROD modessr
with no value or with a lower case converted value of''
,'true'
,'t'
, or'1'
will start the REPL with Vue in SSR modefile
will set a specific file active