# gnt-custom-template **Repository Path**: wlmProject/gnt-custom-template ## Basic Information - **Project Name**: gnt-custom-template - **Description**: 自定义的前端脚手架模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-26 - **Last Updated**: 2025-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gnt-custom-template ## 依赖安装 ```sh npm install ``` ### 编译和热重载开发 ```sh npm run start ``` ### 类型检查、编译和生产小型化 ```sh npm run build ```