https://github.com/zhoubichuan/web-vue3x
📖Vue3.x相关知识的总结--持续更新💪【http://zhoubichuan.com/web-vue3x】
https://github.com/zhoubichuan/web-vue3x
vue3
Last synced: 2 months ago
JSON representation
📖Vue3.x相关知识的总结--持续更新💪【http://zhoubichuan.com/web-vue3x】
- Host: GitHub
- URL: https://github.com/zhoubichuan/web-vue3x
- Owner: zhoubichuan
- Created: 2023-06-23T13:21:39.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T17:47:57.000Z (4 months ago)
- Last Synced: 2025-01-23T18:49:01.219Z (4 months ago)
- Topics: vue3
- Language: TypeScript
- Homepage: https://zhoubichuan.github.io/web-vue3x/
- Size: 24.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing/oxford-comma.jpg
Awesome Lists containing this project
README
# Vue3.x 学习笔记

- 基础知识
- [一.Vue 的工程化](./base/engine/1.index.html)
- [二.Vue 功能模块](./base/project/1.index.html)
- [三.Vue 3.x 基础](./base/vue2.x/1.index.html)
- [四.Vue 3.x 基础](./base/vue3.x/1.index.html)
- 高级知识
- [一.Vue 组件开发](./senior/component/1.index.html)
- [二.TypeScript](./senior/typescript/1.index.html)
- [三.构建部署](./senior/deploy/1.index.html)
- Vue 3.x 源码
- [一.Vue/cli2.x](./source/vue-cli2.x/1.index.html)
- [二.Vue 3.x](./source/vue2.x/1.index.html)
- [三.Vue-Router3.x](./source/vue-router3.x/1.index.html)
- [四.Vuex3.x](./source/vuex3.x/1.index.html)
- Vue 3.x 源码
- [一.Vue/cli3.x](./source/vue-cli3.x/1.index.html)
- [二.Vue 3.x](./source/vue3.x/1.index.html)
- [三.Vue-Router4.x](./source/vue-router4.x/1.index.html)
- [四.Vuex4.x](./source/vuex4.x/1.index.html)