File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Access and use HTTP Client Hints in your Nuxt application. Detect the client browser and the operating system on your server.
10
10
11
+ [ ![ Open in StackBlitz] ( https://developer.stackblitz.com/img/open_in_stackblitz.svg )] ( https://stackblitz.com/github/userquin/nuxt-http-client-hints )
12
+
11
13
## Features
12
14
13
15
- 🚀 Browser and Operating System detection: check [ detect-browser-es] ( https://www.npmjs.com/package/detect-browser-es ) for more information.
@@ -113,25 +115,24 @@ You can check the source code or the [JSDocs](https://www.jsdocs.io/package/nuxt
113
115
pnpm install
114
116
115
117
# Generate type stubs
116
- pnpm run dev:prepare
118
+ pnpm dev:prepare
117
119
118
120
# Develop with the playground
119
- pnpm run dev
121
+ pnpm dev
120
122
121
123
# Build the playground
122
- pnpm run dev:build
124
+ pnpm dev:build
123
125
124
126
# Run ESLint
125
- pnpm run lint
127
+ pnpm lint
126
128
127
129
# Run Vitest
128
- pnpm run test
129
- pnpm run test:watch
130
+ pnpm test
131
+ pnpm test:watch
130
132
```
131
133
132
134
</details >
133
135
134
-
135
136
## License
136
137
137
138
[ MIT] ( ./LICENSE ) License © 2024-PRESENT [ Joaquín Sánchez] ( https://github.com/userquin )
Original file line number Diff line number Diff line change 61
61
"typescript" : " ^5.6.3" ,
62
62
"vitest" : " ^2.1.1" ,
63
63
"vue-tsc" : " ^2.1.6"
64
+ },
65
+ "stackblitz" : {
66
+ "installDependencies" : false ,
67
+ "startCommand" : " pnpm install && pnpm dev:prepare && pnpm dev"
64
68
}
65
69
}
You can’t perform that action at this time.
0 commit comments