Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xuchunyang/learn-web-2024

Learn Web Development 2024
https://github.com/xuchunyang/learn-web-2024

Last synced: about 1 month ago
JSON representation

Learn Web Development 2024

Awesome Lists containing this project

README

        

# Learn Web Development 2024

线上预览 https://learn-web-2024.xuchunyang.cn/

> [!WARNING]
> 线上可能不是最新的,中国大陆访问 GitHub 有困难,最近 `git pull` 一直失败,无法部署最新代码。

## Build

使用 Vite 构建,本地开发:

```sh
npm install
npm run dev
```

构建:

```sh
npm run build
```