mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 13:58:56 +00:00
new examples
This commit is contained in:
17
node/nuxtjs/static/package.json
Normal file
17
node/nuxtjs/static/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "static",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "nuxt generate",
|
||||
"dev": "nuxt dev",
|
||||
"start": "npx serve@latest .output/public",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"nuxt": "^4.2.1",
|
||||
"vue": "^3.5.25",
|
||||
"vue-router": "^4.6.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user