Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days ago
JSON representation
chanhi2000.github.io
- Host: GitHub
- URL: https://github.com/chanhi2000/devlog
- Owner: chanhi2000
- Created: 2022-12-05T02:30:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T13:04:39.000Z (7 months ago)
- Last Synced: 2024-05-22T13:44:50.186Z (7 months ago)
- Topics: github, github-actions, node, nodejs, npm, vue, vuejs, vuepress, vuepress-plugin
- Language: TypeScript
- Homepage: https://chanhi2000.github.io
- Size: 66.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# chanhi2000.github.io
![Vuepress-based Chan's Personal Devlog](src/.vuepress/public/images/code-monkey.gif)
![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