add go and vue program guide

This commit is contained in:
梁伟林 2023-12-11 11:57:20 +08:00
parent db280fe1fe
commit f4f6ced82b

View File

@ -1,4 +1,4 @@
#
## GIT 操作相关 ## GIT 操作相关
* [开始使用 git](git/start.md) * [开始使用 git](git/start.md)
@ -10,3 +10,13 @@
* [不要把配置文件放到你的 Git 代码仓库](https://www.oschina.net/translate/dont-include-configs-in-your-git-repos) * [不要把配置文件放到你的 Git 代码仓库](https://www.oschina.net/translate/dont-include-configs-in-your-git-repos)
* [使用 rebase 打造可读的 git graph](git/rebase.md) * [使用 rebase 打造可读的 git graph](git/rebase.md)
## 前端相关
* [vue官方风格指南](https://cn.vuejs.org/style-guide/)
* [vue-element-admin 风格指南](https://panjiachen.github.io/vue-element-admin-site/zh/guide/advanced/style-guide.html)
## 后端相关
* [实效Go编程](https://go-zh.org/doc/effective_go.html)