๐ซ Coding Beyond the Visible: A C++ Developer Inspired by The Little Prince!
์ด ํ๋ก์ ํธ๋ Vue 3์ Quasar๋ฅผ ์ฌ์ฉํ์ฌ ๋ง๋ ๊ฐ์ธ ํฌํธํด๋ฆฌ์ค ์น์ฌ์ดํธ์ ๋๋ค. GitHub Pages๋ฅผ ํตํด ์๋์ผ๋ก ๋ฐฐํฌ๋ฉ๋๋ค.
- Vue 3
- TypeScript
- Quasar Framework
- Vite
- SCSS
- ๋งํฌ๋ค์ด ๊ธฐ๋ฐ ๋ธ๋ก๊ทธ ํฌ์คํธ
- ์นดํ ๊ณ ๋ฆฌ๋ณ ํฌ์คํธ ๋ถ๋ฅ
- ๋ฐ์ํ ๋์์ธ
- The Little Prince ํ ๋ง
GitHub Actions๊ฐ ์๋์ผ๋ก main ๋ธ๋์น์ ํธ์ํ ๋๋ง๋ค ๋ฐฐํฌํฉ๋๋ค.
# ์์กด์ฑ ์ค์น
npm install
# ๋น๋
npm run build
# GitHub Pages์ ๋ฐฐํฌ
npm run deploy
- GitHub Pages: https://isho-0.github.io/isho-0.github.io/
- ๋ก์ปฌ ๊ฐ๋ฐ:
npm run dev
src/
โโโ components/ # Vue ์ปดํฌ๋ํธ
โโโ pages/ # ํ์ด์ง ์ปดํฌ๋ํธ
โโโ blog/ # ๋ธ๋ก๊ทธ ๊ด๋ จ ํ์ผ
โ โโโ posts/ # ๋ธ๋ก๊ทธ ํฌ์คํธ (๋งํฌ๋ค์ด)
โ โโโ categories/ # ์นดํ
๊ณ ๋ฆฌ๋ณ ๋ถ๋ฅ
โโโ layouts/ # ๋ ์ด์์ ์ปดํฌ๋ํธ
โโโ router/ # ๋ผ์ฐํ
์ค์
# ์ ์ฅ์ ํด๋ก
git clone https://github.com/isho-0/isho-0.github.io.git
# ํ๋ก์ ํธ ๋๋ ํ ๋ฆฌ๋ก ์ด๋
cd isho-0.github.io
# ์์กด์ฑ ์ค์น
npm install
# ๊ฐ๋ฐ ์๋ฒ ์คํ
npm run dev
src/blog/posts/
๋๋ ํ ๋ฆฌ์ ๋งํฌ๋ค์ด ํ์ผ์ ์ถ๊ฐํ๋ฉด ์๋์ผ๋ก ๋ธ๋ก๊ทธ์ ๋ฐ์๋ฉ๋๋ค.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
์ด ํ๋ก์ ํธ๋ MIT ๋ผ์ด์ ์ค ํ์ ๋ฐฐํฌ๋ฉ๋๋ค.