https://github.com/zjunbin1286/easypress
๐ ๅบไบ Vite ็ SSG ้ๆ็ซ็น็ๆๆกๆถ๏ผA static site generator for the modern web๏ผ
https://github.com/zjunbin1286/easypress
easypress plguin ssg vite
Last synced: about 2 months ago
JSON representation
๐ ๅบไบ Vite ็ SSG ้ๆ็ซ็น็ๆๆกๆถ๏ผA static site generator for the modern web๏ผ
- Host: GitHub
- URL: https://github.com/zjunbin1286/easypress
- Owner: zjunbin1286
- License: mit
- Created: 2024-01-01T08:59:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T06:25:40.000Z (over 1 year ago)
- Last Synced: 2025-04-05T01:25:59.691Z (about 1 year ago)
- Topics: easypress, plguin, ssg, vite
- Language: TypeScript
- Homepage:
- Size: 302 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyPress
A static site generator for the modern web
* ๐ Base on Vite, it has great development experience.
* ๐ Internal MDX support, you can write React component in markdown file.
* ๐ฅ Powerful default theme, includes Full-text Search, i18n, Dark Mode, Code Copy, Home Page,API Page etc.
* ๐๏ธ Islands architecture, implement less client bundle and partial hydration, which means higher performance.
## Status
> EasyPress is now in maintenance mode. For a next-gen React-based SSG built on top of React + Vite
## Run
```
pnpm run dev
```
## Privew
```
pnpm run preview
```
## Changelog
Detailed changes for each release are documented in the [CHANGELOG](https://github.com/zjunbin1286/easypress/blob/main/CHANGELOG.md).
## License
[MIT](https://github.com/zjunbin1286/easypress/blob/dev/LICENSE)