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

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๏ผ‰

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)