mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
init: nuxt adapter
This commit is contained in:
21
examples/nuxt/package.json
Normal file
21
examples/nuxt/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "nuxbknd",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"typegen": "bunx tsx node_modules/.bin/bknd types --outfile bknd-types.d.ts",
|
||||
"postinstall": "nuxt prepare && bun run bknd copy-assets --out public/admin"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxtjs/tailwindcss": "6.14.0",
|
||||
"@types/node": "^25.2.3",
|
||||
"bknd": "file:../../app",
|
||||
"nuxt": "^4.3.1",
|
||||
"vue": "^3.5.28",
|
||||
"vue-router": "^4.6.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user