Skip to content

Commit 04a33c8

Browse files
authored
docs: updating dev-tools information for popup, writing style and dep… (#592)
1 parent 2ac1f15 commit 04a33c8

File tree

4 files changed

+887
-604
lines changed

4 files changed

+887
-604
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
title: 'Vue Web-Extension - a web-extension boilerplate for VueJS',
2+
title: 'Vue Web-Extension - A Web-Extension Boilerplate for VueJS',
33
description: '🛠️ A boilerplate for quickly starting a web extension with Vue, webpack 4, ESLint and more!',
44

55
plugins: {

docs/development/Vue-Devtools.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,7 @@ You also need to update Content Security Policy of your extension. For this, upd
6767

6868
After that, you can open your popup and normally you will see a message like `Connected to Vue.js devtools`.
6969

70-
To make your development easier, you can open your popup in a new tab: `chrome-extension://<extension id>/popup/popup.html`.
70+
To make your development easier, you can open your popup in a new tab using:
71+
72+
- `chrome-extension://<extension id>/popup/popup.html` in Chrome-based browsers or
73+
- `moz-extension://<extension id>/popup/popup.html` in Firefox-based browsers

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"build": "vuepress build"
55
},
66
"dependencies": {
7+
"@vuepress/plugin-pwa": "^1.5.0",
78
"vuepress": "^1.4.1",
89
"vuepress-plugin-seo": "^0.1.2",
910
"vuepress-plugin-sitemap": "^2.3.1"

0 commit comments

Comments
 (0)