You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-54Lines changed: 42 additions & 54 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ You can help the community discover new Vue websites by using the [browser exten
9
9
## Installation
10
10
11
11
```bash
12
-
npm install -g vue-telescope-analyzer # Or yarn global add vue-telescope-analyzer
12
+
npm i -g vue-telescope-analyzer
13
13
```
14
14
15
15
## Usage
@@ -107,62 +107,50 @@ analyze('https://nuxt.com')
107
107
Result:
108
108
109
109
```js
110
-
{ 17:48:21
111
-
url:'https://nuxt.com/',
110
+
{ url:'https//nuxt.com/',
112
111
hostname:'nuxt.com',
113
112
domain:'nuxt.com',
114
-
meta: {
115
-
language:'en',
116
-
title:'Nuxt: The Intuitive Web Framework',
117
-
description:'Build your next Vue.js application with confidence using Nuxt. An open source framework under MIT license that makes web development simple and powerful.',
118
-
siteName:'',
119
-
isAdultContent:false
120
-
},
121
-
vueVersion:'3.2.45',
113
+
meta:
114
+
{ language:'en',
115
+
title:'Nuxt: The Intuitive Vue Framework · Nuxt',
116
+
description:
117
+
'Nuxt is an open source framework that makes web development intuitive and powerful. Create performant and production-grade full-stack web apps and websites with confidence.',
0 commit comments