File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1212yarn install
1313```
1414
15- ### Start the app in development mode (hot-code reloading, error reporting, etc.)
15+ ### 🚀 Start the app in development mode (hot-code reloading, error reporting, etc.)
1616``` bash
1717quasar dev -m bex
1818```
1919
2020Follow the development procedure for chrome and firefox described here:
2121[ Quasar BEX Build Commands] ( https://quasar.dev/quasar-cli/developing-browser-extensions/build-commands )
2222
23- ### Build the app for production
23+ ### 🚀 Build the app for production
2424``` bash
2525quasar build -m bex
2626```
2727
2828Follow the production building tutorial here:
2929[ Quasar Production BEX Build Commands]] ( https://quasar.dev/quasar-cli/developing-browser-extensions/build-commands#Building-for-Production )
3030
31- ## What works as of now
31+ ## Working
3232Current tested in Chrome only. After installation you can browse to any URL and see the extension working.
3333- A Popup will open when click on the Chrome Extension Icon
3434- Fill the fields
3535
36-
37- ### All Props
36+ ### 🚀 All Fields
3837
3938| Field name | Description | Type | Values
4039| ---------------------- | --------------------------------------------------------------------------| ------- | ---------------------
@@ -44,7 +43,7 @@ Current tested in Chrome only. After installation you can browse to any URL and
4443
4544- See the result by inspecting ( Ctrl + Shift + F12 ) and check under head section.
4645
47- ### Customize the configuration
46+ ### 🚀 Customize the configuration
4847See [ Configuring quasar.conf.js] ( https://quasar.dev/quasar-cli/quasar-conf-js ) .
4948
5049
You can’t perform that action at this time.
0 commit comments