{"id":16427896,"url":"https://github.com/daotin/dt-vue3-cli","last_synced_at":"2026-06-14T08:32:57.267Z","repository":{"id":180343953,"uuid":"664916011","full_name":"Daotin/dt-vue3-cli","owner":"Daotin","description":"create-vue3-template 模板配套脚手架工具","archived":false,"fork":false,"pushed_at":"2025-04-02T10:24:16.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T14:21:22.853Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Daotin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-11T03:27:01.000Z","updated_at":"2025-04-02T10:24:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"0763d9f8-2740-4faf-9d6b-0e2c2b3ba47d","html_url":"https://github.com/Daotin/dt-vue3-cli","commit_stats":null,"previous_names":["daotin/dt-vue3-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Daotin/dt-vue3-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daotin%2Fdt-vue3-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daotin%2Fdt-vue3-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daotin%2Fdt-vue3-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daotin%2Fdt-vue3-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Daotin","download_url":"https://codeload.github.com/Daotin/dt-vue3-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daotin%2Fdt-vue3-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34315072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T08:14:25.938Z","updated_at":"2026-06-14T08:32:57.261Z","avatar_url":"https://github.com/Daotin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dt-vue3-cli\n\n一个简单易用的 Vue3 项目脚手架工具，用于快速创建 Vue3 项目模板。\n\n[![NPM Version](https://img.shields.io/npm/v/dt-vue3-cli.svg)](https://www.npmjs.com/package/dt-vue3-cli)\n[![Node Version](https://img.shields.io/node/v/dt-vue3-cli.svg)](https://www.npmjs.com/package/dt-vue3-cli)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n## 功能特点\n\n- 🚀 快速创建 Vue3 项目模板\n- 🔄 自动检查版本更新\n- 📦 支持一键更新 CLI 到最新版本\n- 🎨 美观的命令行界面\n- 📝 详细的日志输出\n\n## 安装\n\n```bash\n# 全局安装\nnpm install -g dt-vue3-cli\n\n# 或者使用yarn\nyarn global add dt-vue3-cli\n\n# 或者使用pnpm\npnpm add -g dt-vue3-cli\n```\n\n## 使用方法\n\n### 创建项目\n\n```bash\n# 创建一个新项目\ndt-vue3-cli create \u003capp-name\u003e\n\n# 覆盖已存在的目录\ndt-vue3-cli create \u003capp-name\u003e --force\n```\n\n### 检查更新\n\n```bash\n# 检查CLI版本更新\ndt-vue3-cli update-check\n```\n\n### 更新 CLI\n\n```bash\n# 更新CLI到最新版本\ndt-vue3-cli update\n```\n\n### 帮助信息\n\n```bash\n# 查看帮助信息\ndt-vue3-cli --help\n\n# 查看版本号\ndt-vue3-cli --version\n```\n\n## 开发与构建\n\n```bash\n# 安装依赖\npnpm install\n\n# 开发模式\npnpm run dev\n\n# 构建\npnpm run build\n\n# 本地测试\nnpm link\n```\n\n## 参考资料\n\n- [从零开始构建脚手架](https://daotin.github.io/fe-series-notes/engineer/vue3-cli/从零开始构建脚手架.html)\n\n## 贡献指南\n\n欢迎提交问题和功能请求。如果您想为代码做出贡献，请提交 PR。\n\n## 许可证\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaotin%2Fdt-vue3-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaotin%2Fdt-vue3-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaotin%2Fdt-vue3-cli/lists"}