feat: add SingleRecordMnt component for student record maintenance with search, add, edit, view, and delete functionalities
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# 1. 強制檢查 Node 版本
|
||||
engine-strict=true
|
||||
|
||||
# 2. 自動安裝 Peer Dependencies
|
||||
auto-install-peers=true
|
||||
|
||||
# 3. 提升特定套件 (選配)
|
||||
# 如果遇到某些舊套件找不到 Vue 或 Vuetify,開啟這個可以模擬 npm 的扁平化結構
|
||||
# shamefully-hoist=true
|
||||
|
||||
# 4. 鎖定版本 (如果您希望版本極度穩定)
|
||||
# save-exact=true
|
||||
|
||||
# 5. 針對 WSL 的優化 (選配)
|
||||
# 如果您在 WSL 存取 Windows 磁碟區(如 /mnt/c)時遇到權限問題,可以開啟
|
||||
# node-linker=hoisted
|
||||
Reference in New Issue
Block a user