Init commit

This commit is contained in:
ngthanhvu
2026-05-17 18:42:09 +07:00
commit 90791df93d
9 changed files with 10579 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "kr-phim",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"nuxt": "^4.4.5",
"vue": "^3.5.34",
"vue-router": "^5.0.6"
}
}