Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xuchunyang/learn-web-2024
- Owner: xuchunyang
- Created: 2024-01-09T14:14:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T09:21:41.000Z (3 months ago)
- Last Synced: 2024-10-16T01:45:55.952Z (3 months ago)
- Language: CSS
- Homepage: https://learn-web-2024.xuchunyang.cn/
- Size: 6.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```