实现小游戏与小程序项目创建发布

This commit is contained in:
2026-08-09 13:31:06 +08:00
parent a6fe14a8d6
commit 493b31cff0
26 changed files with 1827 additions and 39 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "makelore-project",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "npm@10.9.2",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0"
},
"devDependencies": {
"vite": "7.3.1"
}
}