Skip to content

Commit

Permalink
add course links
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua1988 committed Jun 13, 2024
1 parent daab20e commit 1d2b5ed
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/textbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ title: Introduction
alt="Vue.js 프론트엔드 개발 강의 학습 로드맵"
/>
</a>
<a href="https://inf.run/UC26" target="_blank">
<span style="display: block; margin-top: 4px">Vue.js 개발자 학습 로드맵</span>
</a>
</div>
<div>
<a href="https://www.inflearn.com/roadmaps/746" target="_blank">
Expand All @@ -52,6 +55,9 @@ title: Introduction
alt="Vue 3 완벽 마스터 로드맵"
/>
</a>
<a href="https://www.inflearn.com/roadmaps/746" target="_blank">
<span style="display: block; margin-top: 4px">Vue 3 완벽 마스터 로드맵</span>
</a>
</div>
<div>
<a href="https://www.inflearn.com/roadmaps/466" target="_blank">
Expand All @@ -60,5 +66,8 @@ title: Introduction
alt="Vue.js + TypeScript 학습 로드맵"
/>
</a>
<a href="https://www.inflearn.com/roadmaps/466" target="_blank">
<span style="display: block; margin-top: 4px">Vue + TypeScript 로드맵</span>
</a>
</div>
</div>
38 changes: 38 additions & 0 deletions docs/vue/axios.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,41 @@ Config 옵션은 메서드 별로 사용할 수 있는 옵션이 다르므로,
## 기타 액시오스 API

기타 액시오스 관련 예제와 API는 [액시오스 문서](https://github.com/axios/axios#example)를 참고합니다.

## 온라인 강의 학습 로드맵

<div style="display: grid; gap: 24px 16px; grid-template-columns: repeat(3, minmax(0px, 1fr)); margin-top: 16px">
<div>
<a href="https://www.inflearn.com/roadmaps/3" target="_blank">
<img
src="https://cdn.inflearn.com/public/roadmaps/9e01471f-904e-4299-af24-a36ec202bf77/roadmap-3-b.png?w=260&f=avif"
alt="Vue.js 프론트엔드 개발 강의 학습 로드맵"
/>
</a>
<a href="https://www.inflearn.com/roadmaps/3" target="_blank">
<span style="display: block; margin-top: 4px">Vue.js 개발자 학습 로드맵</span>
</a>
</div>
<div>
<a href="https://www.inflearn.com/roadmaps/714" target="_blank">
<img
src="https://joshua1988.github.io/images/posts/web/inflearn/react-ts-roadmap.png"
alt="React와 TypeScript 강의 학습 로드맵"
/>
</a>
<a href="https://www.inflearn.com/roadmaps/714" target="_blank">
<span style="display: block; margin-top: 4px">React + Next.js 학습 로드맵</span>
</a>
</div>
<div>
<a href="https://www.inflearn.com/roadmaps/466" target="_blank">
<img
src="https://joshua1988.github.io/images/posts/web/inflearn/vue-ts-roadmap.png"
alt="React와 TypeScript 강의 학습 로드맵"
/>
</a>
<a href="https://www.inflearn.com/roadmaps/466" target="_blank">
<span style="display: block; margin-top: 4px">Vue + TypeScript 학습 로드맵</span>
</a>
</div>
</div>

0 comments on commit 1d2b5ed

Please sign in to comment.