Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit fd0f26f

Browse files
committed
chore: readme
1 parent 76b06d7 commit fd0f26f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="./screenshots/bg.png" />
2+
<img src="https://github.com/webfansplz/vite-plugin-vue-devtools/raw/main/screenshots/bg.png" />
33
</p>
44
<h1 align="center">
55
Vue DevTools <sup>Preview</sup>
@@ -9,12 +9,12 @@ Vue DevTools <sup>Preview</sup>
99
<p align="center">
1010
<a href="https://www.npmjs.com/package/vite-plugin-vue-devtools" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/npm/v/vite-plugin-vue-devtools" alt="NPM Version" /></a>
1111
<a href="https://www.npmjs.com/package/vite-plugin-vue-devtools" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/npm/dt/vite-plugin-vue-devtools" alt="NPM Downloads" /></a>
12-
<a href="https://github.com/webfansplz/vite-plugin-vue-devtools/blob/main/LICENSE" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/github/license/webfansplz/vite-plugin-vue-devtools" alt="License" /></a>
12+
<a href="https://github.comhttps://github.com/webfansplz/vite-plugin-vue-devtools/blob/main/LICENSE" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/github/license/webfansplz/vite-plugin-vue-devtools" alt="License" /></a>
1313
</p>
1414

1515
<p align="center">
16-
<a href="https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/1">💡 Ideas & Suggestions</a> |
17-
<a href="https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/2">🗺️ Project Roadmap</a>
16+
<a href="https://github.comhttps://github.com/webfansplz/vite-plugin-vue-devtools/discussions/1">💡 Ideas & Suggestions</a> |
17+
<a href="https://github.comhttps://github.com/webfansplz/vite-plugin-vue-devtools/discussions/2">🗺️ Project Roadmap</a>
1818
</p>
1919

2020
<p align="center">
@@ -34,56 +34,56 @@ Vue DevTools <sup>Preview</sup>
3434

3535
The pages tab shows your current routes and provide a quick way to navigate to them. For dynamic routes, it also provide a form to fill with each params interactively. You can also use the textbox to play and test how each route is matched.
3636

37-
<img src="./screenshots/pages.png" />
37+
<img src="https://github.com/webfansplz/vite-plugin-vue-devtools/raw/main/screenshots/pages.png" />
3838

3939

4040
### Components
4141

4242
Components tab show all the components you are using in your app and hierarchy. You can also select them to see the details of the component (e.g. data,props).
4343

44-
<img src="./screenshots/components.png" />
44+
<img src="https://github.com/webfansplz/vite-plugin-vue-devtools/raw/main/screenshots/components.png" />
4545

4646
### Assets
4747

4848
Assets tab that shows all your static assets and their information. You can open the asset in the browser or download it.
4949

50-
<img src="./screenshots/assets.png" />
50+
<img src="https://github.com/webfansplz/vite-plugin-vue-devtools/raw/main/screenshots/assets.png" />
5151

5252
### Timeline
5353

5454
Timeline tab has three categories: Performance, Router Navigations, and Pinia. You can switch between them to see the state changes and timelines.
5555

56-
<img src="./screenshots/timeline.png" />
56+
<img src="https://github.com/webfansplz/vite-plugin-vue-devtools/raw/main/screenshots/timeline.png" />
5757

5858
### Routes
5959

6060
Routes tab is a feature integrated with [Vue Router](https://github.com/vuejs/router), allowing you to view the registered routes and their details.
6161

62-
<img src="./screenshots/routes.png" />
62+
<img src="https://github.com/webfansplz/vite-plugin-vue-devtools/raw/main/screenshots/routes.png" />
6363

6464
### Pinia
6565

6666
Pinia tab is a feature integrated with [Pinia](https://github.com/vuejs/pinia), allowing you to view the registered modules and their details.
6767

68-
<img src="./screenshots/pinia.png" />
68+
<img src="https://github.com/webfansplz/vite-plugin-vue-devtools/raw/main/screenshots/pinia.png" />
6969

7070
### Graph
7171

7272
Graph tab provides a graph view that show the relationship between components.
7373

74-
<img src="./screenshots/graph.png" />
74+
<img src="https://github.com/webfansplz/vite-plugin-vue-devtools/raw/main/screenshots/graph.png" />
7575

7676
### Inspect
7777

7878
Inspect expose the [vite-plugin-inspect](https://github.com/antfu/vite-plugin-inspect) integration, allowing you to inspect transformation steps of Vite. It can be helpful to understand how each plugin is transforming your code and spot potential issues.
7979

80-
<img src="./screenshots/inspect.png" />
80+
<img src="https://github.com/webfansplz/vite-plugin-vue-devtools/raw/main/screenshots/inspect.png" />
8181

8282
### Inspector
8383

8484
You can also use the "Inspector" feature to inspect the DOM tree and see which component is rendering it. Click to go to your editor of the specific line. Making it much easier to make changes, without the requirement of understanding the project structure thoroughly. (This feature is implemented based on the [vite-plugin-vue-inspector](https://github.com/webfansplz/vite-plugin-vue-inspector))
8585

86-
<img src="./screenshots/inspector.png" height=450 />
86+
<img src="https://github.com/webfansplz/vite-plugin-vue-devtools/raw/main/screenshots/inspector.png" height=450 />
8787

8888
## 📦 Installation
8989

@@ -156,7 +156,7 @@ interface VitePluginVueDevToolsOptions {
156156

157157
## 👨‍💻 Contributors
158158

159-
<a href="https://github.com/webfansplz/vite-plugin-vue-devtools/graphs/contributors">
159+
<a href="https://github.comhttps://github.com/webfansplz/vite-plugin-vue-devtools/graphs/contributors">
160160
<img src="https://contrib.rocks/image?repo=webfansplz/vite-plugin-vue-devtools" />
161161
</a>
162162

0 commit comments

Comments
 (0)