{"id":13623338,"url":"https://github.com/yugasun/You-May-Not-Know-Vuejs","last_synced_at":"2025-04-15T14:32:47.493Z","repository":{"id":40329680,"uuid":"119792780","full_name":"yugasun/You-May-Not-Know-Vuejs","owner":"yugasun","description":"Vuejs 从入门到精通系列文章","archived":true,"fork":false,"pushed_at":"2021-05-11T14:36:30.000Z","size":1266,"stargazers_count":283,"open_issues_count":0,"forks_count":41,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-11-08T11:46:01.246Z","etag":null,"topics":["tutorial","vuejs","webpack"],"latest_commit_sha":null,"homepage":"https://yugasun.github.io/You-May-Not-Know-Vuejs","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yugasun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://github.com/yugasun/buy-me-a-coffee"]}},"created_at":"2018-02-01T06:22:51.000Z","updated_at":"2024-10-30T05:34:44.000Z","dependencies_parsed_at":"2022-08-18T00:55:53.679Z","dependency_job_id":null,"html_url":"https://github.com/yugasun/You-May-Not-Know-Vuejs","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/yugasun%2FYou-May-Not-Know-Vuejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugasun%2FYou-May-Not-Know-Vuejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugasun%2FYou-May-Not-Know-Vuejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugasun%2FYou-May-Not-Know-Vuejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yugasun","download_url":"https://codeload.github.com/yugasun/You-May-Not-Know-Vuejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249089035,"owners_count":21210906,"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":["tutorial","vuejs","webpack"],"created_at":"2024-08-01T21:01:30.574Z","updated_at":"2025-04-15T14:32:46.669Z","avatar_url":"https://github.com/yugasun.png","language":"JavaScript","funding_links":["https://github.com/yugasun/buy-me-a-coffee"],"categories":["JavaScript"],"sub_categories":[],"readme":"# 你也许不知道的 Vuejs\n\n![You may know Vuejs](https://static.yugasun.com/you-may-not-know-vuejs.png)\n\n《你可能不知道的Vuejs》系列文章是本人在过去时间里，从完全不知道 Vuejs 到熟练地使用 Vuejs 开发各种复杂的大型项目，从不同项目开发实践中总结的一些经验和技巧类文章。重点带你一步步熟悉如何使用Vuejs来开发基本的项目，包括周边生态中，一些较热门工具的使用和技巧，同时也会分享当面对较复杂功能需求时候，如何去分析和处理的过程。\n\n## 我为什么要写这个系列\n\n虽然网上各种有关Vuejs实践的文章和书籍琳琅满目，[Vuejs官网教程](https://cn.vuejs.org/v2/guide/) （Vuejs官方教程是我见过的最好的文档了，没有之一，建议大家在使用Vuejs之前，还是先去通读一遍。） 也非常详细，但是还是偶尔有很多朋友问我一些Vuejs相关的问题，我感到很奇怪，有那么多的文章来知道如何使用，为什么还是会有这样那样的问题呢？仔细想想也不意外了，发现他们有些人，一开始就直接使用官方 [webpack模板](https://github.com/vuejs-templates/webpack)来开发项目，[webpack](https://github.com/webpack/webpack) 都还没熟悉呢，遇到问题，就直直接蒙了，不知道从何下手，当然搜索引擎几乎可以帮你解决一切问题，但还是会花费你很多时间去弥补你对未知知识的缺失。\n\n所以我还是决定写这个系列文章，本人不是大神，只是希望通过写这个系列文章，能够帮助到刚入门Vuejs的朋友，同时也对自己的知识进行梳理和总结。\n\n## 序言\n\n本系列文章将从像使用 `jquery` 那样使用 `Vuejs` 开始，然后通过循序渐进的学习，之后再慢慢引入 `webpack`，当然文章中也会顺带讲解一些ES6语法。最后会拿出一个项目实例来剖析和讲解一些使用技巧。\n\n内容包括什么？\n\n1. Vuejs的基本特性介绍及用法\n2. Vuejs的高级用法\n3. Vuejs结合webpack进行开发\n4. 使用ES6语法快乐的玩耍Vuejs\n5. Vuejs最佳实践\n6. Vuejs项目实战\n\n因为本文是开篇，所以在写作过程中，有可能内容会有所变动，也会根据读者的反馈和指正进行相应修改，但是大体内容还是按照上面的思路进行的。\n\n本系列所有文章相关源码都github上找到：[You May Not Know Vuejs](https://github.com/yugasun/You-May-Not-Know-Vuejs)\n\n## 最后\n\n因为个人经验有限，文章难免会有所纰漏，欢迎大侠批评指正。\n\n## 在线阅读\n\n* [专题站](https://yugasun.github.io/You-May-Not-Know-Vuejs/)\n* [掘金专栏](https://juejin.im/user/583b9227ac502e006c25d1a7/posts)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyugasun%2FYou-May-Not-Know-Vuejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyugasun%2FYou-May-Not-Know-Vuejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyugasun%2FYou-May-Not-Know-Vuejs/lists"}