📜  使用模板初始化 astro - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:58.300000             🧑  作者: Mango

代码示例1
# Run the init wizard and use this official template
npm init astro -- --template [OFFICIAL_EXAMPLE_NAME]
# Run the init wizard and use this community template
npm init astro -- --template [GITHUB_USER]/[REPO_NAME]
npm init astro -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example