mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-04 17:08:47 +08:00
feat: add initial Nuxt frontend with SSR
This commit is contained in:
14
frontend_nuxt/package.json
Normal file
14
frontend_nuxt/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "frontend_nuxt",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "nuxt dev",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start"
|
||||
},
|
||||
"dependencies": {
|
||||
"nuxt": "latest",
|
||||
"ldrs": "^1.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user