Skip to content

Commit e4bdf4b

Browse files
committed
updated docs
1 parent d4628c0 commit e4bdf4b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,28 @@
1212
yarn 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
1717
quasar dev -m bex
1818
```
1919

2020
Follow 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
2525
quasar build -m bex
2626
```
2727

2828
Follow 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
3232
Current 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
4847
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).
4948

5049

0 commit comments

Comments
 (0)