docs: 新增主流框架文档

This commit is contained in:
ChenHongYu 2025-03-02 17:06:19 +08:00
parent b14c833234
commit d57f700b51
9 changed files with 77 additions and 7 deletions

View File

@ -0,0 +1,6 @@
---
title: 学习路线
createTime: 2025/03/02 16:51:00
permalink: /csdiy/study-path/
icon: ph:path-fill
---

View File

@ -1,7 +0,0 @@
---
title: Vue.js
createTime: 2025/02/24 03:54:32
permalink: /csdiy/full-stack-dev/front-dev/vue/
---
3234

View File

@ -0,0 +1,6 @@
---
title: 前端开发
createTime: 2025/03/02 16:54:17
permalink: /csdiy/study-path/front-dev/
icon: logos:google-developers
---

View File

@ -0,0 +1,9 @@
---
title: Angular
createTime: 2025/03/02 16:57:14
permalink: /csdiy/popular-framework/Angular/
icon: skill-icons:angular-light
---
[Angular官方网站](https://angular.dev/)<br>
开发IDEWebStorm 或 VSCode

View File

@ -0,0 +1,9 @@
---
title: Astro
createTime: 2025/03/02 17:03:12
permalink: /csdiy/popular-framework/Astro/
icon: skill-icons:astro
---
[Astro官方网站](https://astro.build/)<br>
[入门指南](https://docs.astro.build/zh-cn/getting-started/)

View File

@ -0,0 +1,8 @@
---
title: Flutter
createTime: 2025/03/02 17:02:02
permalink: /csdiy/popular-framework/Flutter/
icon: skill-icons:flutter-light
---
[Flutter官方网站](https://flutter.cn/)

View File

@ -0,0 +1,20 @@
---
home: true
title: README
createTime: 2025/03/02 16:47:42
permalink: /csdiy/popular-framework/
config:
-
type: features
features:
-
title: Vue3
icon: logos:vue
details: Everyone can do python things
link: /csdiy/program-begin/python/
-
title: C++
icon: devicon:cplusplus
details: System based programming language
link: /csdiy/program-begin/c-plus/
---

View File

@ -0,0 +1,8 @@
---
title: React
createTime: 2025/03/02 16:45:05
permalink: /csdiy/popular-framework/React/
icon: devicon:react
---
[React官方学习网站](https://zh-hans.react.dev/)

View File

@ -0,0 +1,11 @@
---
title: Vue.js
createTime: 2025/02/24 03:54:32
permalink: /csdiy/popular-framework/Vue.js/
icon: skill-icons:vuejs-light
---
[Vue](https://cn.vuejs.org/)
在学习Vue3之前请确定你对一下知识有所了解
● HTML CSS JS基础语法
● DOM
● 响应式编程