Skip to content

Commit ee545e9

Browse files
committed
init playground
1 parent 3e1c951 commit ee545e9

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

bun.lockb

-1.03 KB
Binary file not shown.

playground/bun.lockb

278 KB
Binary file not shown.

playground/nuxt.config.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
export default defineNuxtConfig({
2-
modules: ['../src/module'],
3-
myModule: {},
2+
modules: [
3+
'../src/module',
4+
'vuetify-nuxt-module',
5+
],
46
devtools: { enabled: true },
57
})

playground/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"private": true,
32
"name": "my-module-playground",
43
"type": "module",
4+
"private": true,
55
"scripts": {
66
"dev": "nuxi dev",
77
"build": "nuxi build",
88
"generate": "nuxi generate"
99
},
1010
"dependencies": {
11-
"nuxt": "^4.1.2"
11+
"nuxt": "^4.1.2",
12+
"vuetify-nuxt-module": "0.18.7"
1213
}
1314
}

0 commit comments

Comments
 (0)