Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minsion/apecode
程序猿的秘密花园,技术博客文档
https://github.com/minsion/apecode
css html interview-questions js react ts vue
Last synced: 24 days ago
JSON representation
程序猿的秘密花园,技术博客文档
- Host: GitHub
- URL: https://github.com/minsion/apecode
- Owner: minsion
- Created: 2024-07-12T08:54:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T06:45:33.000Z (5 months ago)
- Last Synced: 2024-07-19T16:11:00.548Z (5 months ago)
- Topics: css, html, interview-questions, js, react, ts, vue
- Language: TypeScript
- Homepage: https://minsion.github.io/apecode/
- Size: 26.6 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ApeCode
猿代码,程序员的知识补给、工具小站
## 模块
- 导航
- 随笔记
- 八股文
- 轻函数【开发中】## 运行
node v18.17.0
```shell
# 安装依赖
npm install# 运行开发环境
npm run dev# 打包
npm run build# 运行生产环境
npm run preview# 把项目中 .vitepress/dist 里面的文件提交到gh-pages分支,实现自动部署
git push origin :gh-pages && git subtree push --prefix .vitepress/dist origin gh-pages
```