{"id":13933032,"url":"https://github.com/godbasin/vue-ebook","last_synced_at":"2025-05-16T12:04:15.016Z","repository":{"id":37726804,"uuid":"239247146","full_name":"godbasin/vue-ebook","owner":"godbasin","description":"《深入理解Vue.js实战》- 介绍Vue.js框架的出现、设计和使用，结合实战让读者更深入理解Vue.js框架，掌握使用方法。","archived":false,"fork":false,"pushed_at":"2022-03-23T07:39:20.000Z","size":2800,"stargazers_count":1021,"open_issues_count":8,"forks_count":225,"subscribers_count":18,"default_branch":"ebook-sourcecode","last_synced_at":"2025-04-12T06:12:36.010Z","etag":null,"topics":["javascript","vue"],"latest_commit_sha":null,"homepage":"https://godbasin.github.io/vue-ebook/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/godbasin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-09T04:35:15.000Z","updated_at":"2025-03-23T02:23:49.000Z","dependencies_parsed_at":"2022-07-08T04:47:55.492Z","dependency_job_id":null,"html_url":"https://github.com/godbasin/vue-ebook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godbasin%2Fvue-ebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godbasin%2Fvue-ebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godbasin%2Fvue-ebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godbasin%2Fvue-ebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/godbasin","download_url":"https://codeload.github.com/godbasin/vue-ebook/tar.gz/refs/heads/ebook-sourcecode","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525138,"owners_count":21118619,"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":["javascript","vue"],"created_at":"2024-08-07T21:01:29.872Z","updated_at":"2025-04-12T06:12:41.833Z","avatar_url":"https://github.com/godbasin.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# 深入理解 Vue.js 实战\n\n本书为开源的 Vue.js 教程，全面介绍 Vue.js 框架的出现、设计和使用，结合实战让读者更深入理解 Vue.js 框架，掌握使用方法。\n\n- 本书内容基于 Vue.js 2.x 版本\n- [本书地址](https://godbasin.github.io/vue-ebook/)\n- [如果Github Pages访问不了，可以访问这里](http://www.godbasin.com/vue-ebook/)\n- [本书Github](https://github.com/godbasin/vue-ebook/)\n- 这本书已上架图灵电子书，欢迎阅读: [https://www.ituring.com.cn/book/2941](https://www.ituring.com.cn/book/2941)\n\n## 结构和内容\n\n《深入理解Vue.js实战》一书主要介绍了这些年来使用Vue.js框架、前端开发的一些理解和经验积累，可以结合官方教程一起阅读。本书共分为两部分。\n\n### 第一部分 Vue快速入门\n\n该部分介绍Vue快速入门，结合Vue基础、Vue框架与设计，以及一些简单的代码实例来快速入门。包括8章内容：\n- [第1章 Vue 框架介绍](https://godbasin.github.io/vue-ebook/vue-ebook/1.html)\n- [第2章 Vue 环境快速搭建](https://godbasin.github.io/vue-ebook/vue-ebook/2.html)\n- [第3章 Vue 基础介绍](https://godbasin.github.io/vue-ebook/vue-ebook/3.html)\n- [第4章 Vue 组件的使用](https://godbasin.github.io/vue-ebook/vue-ebook/4.html)\n- [第5章 常用指令和自定义指令](https://godbasin.github.io/vue-ebook/vue-ebook/5.html)\n- [第6章 Vue 动画](https://godbasin.github.io/vue-ebook/vue-ebook/6.html)\n- [第7章 Vue Router 路由搭建应用](https://godbasin.github.io/vue-ebook/vue-ebook/7.html)\n- [第8章 实战：Todo List 从组件到应用](https://godbasin.github.io/vue-ebook/vue-ebook/8.html)\n\n### 第二部分 Vue的正确使用方式\n\n该部分介绍Vue的正确使用方式，包括在日常开发中，常见的使用方式和项目实战。同样包括8章内容：\n- [第9章 思维转变与大型项目管理](https://godbasin.github.io/vue-ebook/vue-ebook/9.html)\n- [第10章 如何正确地进行抽象](https://godbasin.github.io/vue-ebook/vue-ebook/10.html)\n- [第11章 全局数据管理与 Vuex](https://godbasin.github.io/vue-ebook/vue-ebook/11.html)\n- [第12章 实战：三天开发一个管理端](https://godbasin.github.io/vue-ebook/vue-ebook/12.html)\n- [第13章 实战：表单配置化实现](https://godbasin.github.io/vue-ebook/vue-ebook/13.html)\n- [第14章 实战：使用 Webpack 或 Vue CLI 搭建多页应用](https://godbasin.github.io/vue-ebook/vue-ebook/14.html)\n- [第15章 Vue 周边拓展](https://godbasin.github.io/vue-ebook/vue-ebook/15.html)\n- [第16章 关于 Vue 3.0](https://godbasin.github.io/vue-ebook/vue-ebook/16.html)\n\n\u003e 本书相关代码存放在[vue-sourcecode 分支](https://github.com/godbasin/vue-ebook/tree/vue-sourcecode)，书中涉及的代码示例基本可以在这里找到。\n\n除此之外，本书还介绍了：  \n- 前端框架的出现，理解Vue.js框架原理  \n- 使用Vue.js解决大型项目的实践经验  \n- 如何高效、灵活地开发Vue.js应用  \n- Vue.js相关拓展工具的使用  \n- Vue3.0的设计和源码理解  \n- 前端项目选型要如何进行决策  \n\n## 本书说明\n\n该书的出现源于去年帮助团队的成员快速入门 Vue.js，在写完《9102 全员学 Vue》系列文章后，对于如何系统学习和理解 Vue.js、日常的项目管理和实践又是如何进行，依然有很多可以传授的内容。  \n\n而将这些内容整理下来，开源给到更多有需要的人便是我的本意。本书的完成特别感谢图灵出版社的张霞编辑，在她的帮助下该书有了完整的写作方向，同时十分感谢张霞编辑支持本人最终进行开源的选择。  \n\n## 版权许可\n\n本书采用“保持署名—非商用”创意共享 4.0 许可证。只要保持原作者署名和非商用，您可以自由地阅读、分享、修改本书。  \n详细的法律条文请参见[创意共享](http://creativecommons.org/licenses/by-nc/4.0/)网站。  \n\n## 赞赏码\n\n**写文不易，欢迎各种花式赞赏：**  \n![image](https://github-imglib-1255459943.cos.ap-chengdu.myqcloud.com/2code2.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodbasin%2Fvue-ebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgodbasin%2Fvue-ebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodbasin%2Fvue-ebook/lists"}