{"id":22848322,"url":"https://github.com/hellogithub-team/hellovue-todo-tutorial","last_synced_at":"2025-05-07T04:21:11.279Z","repository":{"id":108170984,"uuid":"304223111","full_name":"HelloGitHub-Team/HelloVue-todo-tutorial","owner":"HelloGitHub-Team","description":"写给小白的 Vue.js 入门级教程","archived":false,"fork":false,"pushed_at":"2020-11-02T04:29:37.000Z","size":118,"stargazers_count":71,"open_issues_count":1,"forks_count":9,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-03-31T06:11:24.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/HelloGitHub-Team.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":"2020-10-15T05:49:38.000Z","updated_at":"2024-12-31T11:51:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1fba14d-e6f6-4775-bd1e-c3a788e74d32","html_url":"https://github.com/HelloGitHub-Team/HelloVue-todo-tutorial","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloGitHub-Team%2FHelloVue-todo-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloGitHub-Team%2FHelloVue-todo-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloGitHub-Team%2FHelloVue-todo-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloGitHub-Team%2FHelloVue-todo-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HelloGitHub-Team","download_url":"https://codeload.github.com/HelloGitHub-Team/HelloVue-todo-tutorial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252811048,"owners_count":21807888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-12-13T04:11:20.737Z","updated_at":"2025-05-07T04:21:11.261Z","avatar_url":"https://github.com/HelloGitHub-Team.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HelloVue-todo-tutorial\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"./cover.jpg\"/\u003e\n  \u003cbr\u003e\u003cstrong\u003eHelloVue-todo-tutorial\u003c/strong\u003e\u003cbr\u003e\n  \u003cstrong\u003e写给小白的 Vue.js 入门级教程\u003c/strong\u003e。\u003cbr\u003e\n  每周五连载更新，基于 Vue2.x，带你从零开始一步步开发一个待办事项应用。\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/logo/weixin.png\"\u003e\u003cimg src=\"https://img.shields.io/badge/Talk-%E5%BE%AE%E4%BF%A1%E7%BE%A4-brightgreen.svg?style=popout-square\" alt=\"WeiXin\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/HelloGitHub-Team/HelloDjango-blog-tutorial/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/HelloGitHub-Team/HelloVue-todo-tutorial.svg?style=popout-square\" alt=\"GitHub stars\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://weibo.com/hellogithub\"\u003e\u003cimg src=\"https://img.shields.io/badge/%E6%96%B0%E6%B5%AA-Weibo-red.svg?style=popout-square\" alt=\"Sina Weibo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## 教程食用方式\n\n本教程完全面向新人，非常易于食用和消化。教程连贯性较强，每一篇教程都是对前面内容的延伸和拓展，所以建议从头学到尾，达到循序渐进的效果。\n\n每一步关键功能的开发都对应一篇详细的教程，并和历史提交（commit）以及标签（tag）一一对应。例如第一篇教程对应第一个 commit，对应标签为 step1，依次类推。\n\n单篇教程结束时可能会留有练习，旨在利用教程中学到的和 Vue 官方文档中提及的知识点，增强我们开发的待办事项应用的功能，达到学以致用的目的。练习的代码不会包含在示例项目的源代码中，而是以文字解答的方式给出，请参考下方的教程目录索引。强烈建议学习时先通过独立思考完成练习，遇到困难时再参考标准解答。此外，参考解答也不一定是最优实现方案，如果你有更好的解决方案，欢迎提 issue 一起讨论。\n\n本教程中的项目只需要一个文本编辑器和浏览器就可以上手开发，无需配置任何环境，因此强烈建议边学边动手实践，这样才能加深理解。\n\n## 资源列表\n\n更新中...\n\n## 教程目录索引\n\n**教程**\n\n[第 1 篇：很高兴认识你 Vue.js](https://mp.weixin.qq.com/s/XdATD4-dabmjvaGf5dJxcw)\n\n**练习参考解答**\n\n[第 1 篇：很高兴认识你 Vue.js练习参考解答](./keys/1.md)\n\n## 公众号\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/logo/weixin.png\" style=\"max-width:70%;\"\u003e\u003cbr\u003e\n欢迎关注 HelloGitHub 公众号，获取更多开源项目的资料和内容。\n\u003c/p\u003e\n\n## 版权声明\n\n\u003cimg alt=\"知识共享许可协议\" style=\"border-width: 0\" src=\"https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png\"\u003e\u003c/a\u003e\u003cbr\u003e本作品采用\u003ca rel=\"license\" href=\"https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh\"\u003e署名-非商业性使用-禁止演绎 4.0 国际 \u003c/a\u003e进行许可。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellogithub-team%2Fhellovue-todo-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellogithub-team%2Fhellovue-todo-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellogithub-team%2Fhellovue-todo-tutorial/lists"}