File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ See [Configuring quasar.conf.js](https://v2.quasar.dev/quasar-cli/quasar-conf-js
3838
3939Overmind DevTools: < https://overmindjs.org/core/devtools >
4040
41+ As standalone Electron app:
42+
4143```
4244npx overmind-devtools@latest
4345```
46+
47+ or [ Overmind Devtools VSCode] ( https://marketplace.visualstudio.com/items?itemName=christianalfoni.overmind-devtools-vscode ) extension
Original file line number Diff line number Diff line change 11{
22 "name" : " quasar2-overmind" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " A Quasar Framework app" ,
55 "productName" : " Quasar App" ,
66 "author" :
" Jaroslaw Zabiello <[email protected] >" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ import { createOvermind } from 'overmind';
44
55// more info on params: https://quasar.dev/quasar-cli/boot-files
66export default boot ( ( { app } ) => {
7- const overmind = createOvermind ( config ) ;
7+ const overmind = createOvermind ( config , { devtools : true } ) ;
88 app . provide ( 'overmind' , overmind ) ;
99} ) ;
You can’t perform that action at this time.
0 commit comments