feat: implement core Nuxt application with film browsing, search, and detail page functionality using OPhim and NguonC APIs.

This commit is contained in:
thanhvudaynee
2026-05-17 20:30:19 +07:00
parent 90791df93d
commit 34d25df560
18 changed files with 2907 additions and 145 deletions
+4
View File
@@ -10,7 +10,11 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@oxc-parser/binding-win32-x64-msvc": "^0.128.0",
"@tailwindcss/vite": "^4.3.0",
"lucide-vue-next": "^1.0.0",
"nuxt": "^4.4.5",
"tailwindcss": "^4.3.0",
"vue": "^3.5.34",
"vue-router": "^5.0.6"
}