-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ You can install CookiesClerk. | |
- `assets` - assets used in Vue components | ||
- `dist` - built-in files that also serve as stubs for Vite development. | ||
## Development | ||
`` | ||
``` | ||
pnpm dev | ||
``` | ||
Then load the extension in your browser using the dist/ folder . | ||
|
@@ -51,7 +51,7 @@ Building | |
To build the extension, run | ||
``` | ||
pnpm build | ||
`` | ||
``` | ||
|
||
## Contribute | ||
|
||
|
@@ -66,4 +66,4 @@ This project is licensed under the [MIT License](. /LICENSE) license. | |
If you have any questions or need help, please feel free to contact us at [[email protected]](mailto:[email protected]) . | ||
|
||
## Acknowledgments | ||
Thanks to https://github.com/mubaidr/vite-vue3-chrome-extension-v3 | ||
Thanks to https://github.com/mubaidr/vite-vue3-chrome-extension-v3 |