https://github.com/chanhi2000/devlog
chanhi2000.github.io
https://github.com/chanhi2000/devlog
github github-actions node nodejs npm vue vuejs vuepress vuepress-plugin
Last synced: 5 months ago
JSON representation
chanhi2000.github.io
- Host: GitHub
- URL: https://github.com/chanhi2000/devlog
- Owner: chanhi2000
- License: mit
- Created: 2022-12-05T02:30:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-07T09:52:32.000Z (5 months ago)
- Last Synced: 2025-09-07T11:38:39.987Z (5 months ago)
- Topics: github, github-actions, node, nodejs, npm, vue, vuejs, vuepress, vuepress-plugin
- Language: TypeScript
- Homepage: https://chanhi2000.github.io
- Size: 64.5 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# chanhi2000.github.io

![shield-proj-v][shield-proj-v]
![shield-license-gpl][shield-license-gpl]
[![run-deploy-sh][shield-github-action]](https://github.com/chanhi2000/devlog/actions/workflows/vuepress-deploy.yml)
## What's included?
![shield-vue][shield-vue]
![shield-node][shield-node]
## 🚀Quickstart
> [!NOTE]
> ### Web Scraping
>
> ```sh
> npm run --prefix devo-api build # api 관련
> npm run --prefix scripts start-proxy # 프록시 서버 기동
> npm run --prefix scripts fetch # Web Scraping
> ```
> [!TIP]
> ### Vuepress
>
> ```sh
> npm run dev # vuepress 블로그 기동 (개발용)
> npm run build # vuepress 결과물 생성
> ```
[shield-proj-v]: https://img.shields.io/github/package-json/v/chanhi2000/devlog?style=flat-square
[shield-license-gpl]: https://img.shields.io/github/license/chanhi2000/devlog?style=flat-square
[shield-github-action]: https://github.com/chanhi2000/devlog/actions/workflows/vuepress-deploy.yml/badge.svg
[shield-vue]: https://img.shields.io/badge/vue.js-3.4.x-4FC08D?logo=vuedotjs&logoColor=4FC08D&style=flat-square
[shield-node]: https://img.shields.io/badge/node.js-18.12.x-339933?logo=nodedotjs&logoColor=339933&style=flat-square