mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-23 18:20:40 +08:00
110 lines
3.2 KiB
Markdown
110 lines
3.2 KiB
Markdown
---
|
||
home: true
|
||
title: 首页
|
||
heroText: 计算机应试全家桶
|
||
tagline: 保持终身学习,读研or工作,做适合自己的选择!
|
||
actions:
|
||
- text: 快速开始→
|
||
link: /quick-start.md
|
||
type: primary
|
||
- text: 微信公众号
|
||
link: /manuscripts/wechat-list.md
|
||
type: secondary
|
||
- text: 工作机会 💡
|
||
link: /manuscripts/job-poster-bytedance.md
|
||
type: secondary
|
||
features:
|
||
- title: 多学科笔记
|
||
details: 与官网同步的Egg.js框架基础知识整理,有效地降低日常开发和复习巩固的查询、学习时间。
|
||
- title: 重难点巩固
|
||
details: 官方插件的基础上,抽象、封装出适合自己功能的plus插件,能够快速集成、使用在新的项目中。
|
||
- title: 思维导图强化
|
||
details: 官方插件的基础上,抽象、封装出适合自己功能的plus插件,能够快速集成、使用在新的项目中。
|
||
- title: 反复、多次
|
||
details: 通过以项目Demo示例的方式,对框架常用的功能进行Code编写和整理,提供有效且易用的代码封装。
|
||
---
|
||
|
||
|
||
|
||
|
||
## 本地浏览【推荐】
|
||
|
||
由于平台、网络等原因,在线浏览容易出现加载面、加载不出来等常见问题,因此非常建议在本地进行浏览、学习;**下面指令默认你已经安装[Git](https://git-scm.com/download)、[NPM](https://www.npmjs.com/)、[PNPM](https://www.pnpm.cn/)、[Yarn](https://yarn.bootcss.com/)、[Node](http://nodejs.cn)等环境,并对此有一定了解!**
|
||
|
||
::: code-tabs#shell
|
||
@tab PNPM(推荐)
|
||
|
||
```bash:no-line-numbers
|
||
## 进入cmd命令行,直接克隆仓库
|
||
git clone https://github.com/mmdapl/408CSFamily.git
|
||
|
||
## 进入408CSFamily文件夹中
|
||
cd 408CSFamily
|
||
|
||
## tips: 如果本地已经clone过仓库,建议执行pull指令,获取最新
|
||
git pull
|
||
|
||
## 下载依赖包
|
||
pnpm install
|
||
|
||
## 执行dev指令,本地启动项目,打开http://localhost:4200即可访问文档
|
||
pnpm dev
|
||
|
||
```
|
||
|
||
@tab NPM
|
||
|
||
```bash:no-line-numbers
|
||
## 进入cmd命令行,直接克隆仓库
|
||
git clone https://github.com/mmdapl/408CSFamily.git
|
||
|
||
## 进入408CSFamily文件夹中
|
||
cd 408CSFamily
|
||
|
||
## tips: 如果本地已经clone过仓库,建议执行pull指令,获取最新
|
||
git pull
|
||
|
||
## 下载依赖包
|
||
npm install
|
||
|
||
## 执行dev指令,本地启动项目,打开http://localhost:4200即可访问文档
|
||
npm run dev
|
||
|
||
```
|
||
|
||
@tab YARN
|
||
|
||
```bash:no-line-numbers
|
||
## 进入cmd命令行,直接克隆仓库
|
||
git clone https://github.com/mmdapl/408CSFamily.git
|
||
|
||
## 进入408CSFamily文件夹中
|
||
cd 408CSFamily
|
||
|
||
## tips: 如果本地已经clone过仓库,建议执行pull指令,获取最新
|
||
git pull
|
||
|
||
## 下载依赖包
|
||
yarn install
|
||
|
||
## 执行dev指令,本地启动项目,打开http://localhost:4200即可访问文档
|
||
yarn run dev
|
||
|
||
```
|
||
|
||
:::
|
||
|
||
查看项目启动日志并访问:[http://127.0.0.1:4200](http://localhost:4200),开启学习之旅吧~
|
||
|
||
## 在线浏览
|
||
|
||
- 稳定版: <https://408.142vip.cn>
|
||
|
||
> 网站无法访问时,合理使用魔法通过科学上网访问第三方托管平台
|
||
|
||
- Github: <https://142vip.github.io/408CSFamily>
|
||
- Netlify: <https://408-family.netlify.app>
|
||
- Vercel: <https://408-family.vercel.app>
|
||
|
||
[//]: # (自动引入首页)
|
||
<!-- @include: ../README.md#we-media --> |