# template-astro **Repository Path**: BluesYoung-web/template-astro ## Basic Information - **Project Name**: template-astro - **Description**: astro ssg 网站模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-15 - **Last Updated**: 2024-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于 Astro 的网站模板 ## 开发环境 > `node@20` ## 相关命令 ```sh # 安装依赖 pnpm install # !!! 环境变量 !!! # 打包需要,json 配置的路径 VITE_JSON_CONF_URL=绝对路径.json # 打包 pnpm build # 预览 pnpm preview ```