Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qrac/minista
Static site generator with 100% static export from React and Vite.
https://github.com/qrac/minista
coding japanese jsx minista react ssg static-site-generator tsx typescript webpack
Last synced: 5 days ago
JSON representation
Static site generator with 100% static export from React and Vite.
- Host: GitHub
- URL: https://github.com/qrac/minista
- Owner: qrac
- Created: 2021-03-21T03:15:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T02:30:54.000Z (22 days ago)
- Last Synced: 2024-10-14T05:33:08.206Z (22 days ago)
- Topics: coding, japanese, jsx, minista, react, ssg, static-site-generator, tsx, typescript, webpack
- Language: TypeScript
- Homepage: https://minista.qranoko.jp
- Size: 3.57 MB
- Stars: 165
- Watchers: 4
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minista
## Site & Documentation
https://minista.qranoko.jp
## About
minista(ミニスタ)は React の JSX から綺麗な HTML を作る日本製のスタティックサイトジェネレーターです。
## Packages
| Package Directory | Latest Version |
| --- | --- |
| [minista](https://github.com/qrac/minista/tree/main/packages/minista) | |
| [create-minista](https://github.com/qrac/minista/tree/main/packages/create-minista) | |## Quick Start
```sh
$ npm create minista@latest
```## Media
- [React の JSX で書ける SSG を 1 から作り直した - minista v3](https://zenn.dev/qrac/articles/980efced76634f)
- [SSG に client サイド完結型の全文検索を実装した - minista v2.7](https://zenn.dev/qrac/articles/653f7512b707ff)
- [SSG + Partial Hydration (部分的な React App) - minista v2.4](https://zenn.dev/qrac/articles/b9c65c1c0be901)
- [Vite と esbuild を組み込み React 製 SSG を再構築 - minista v2](https://zenn.dev/qrac/articles/fbbbe7ccc3bdb1)
- [React で書ける SSG 改善点と今後について - minista v1](https://zenn.dev/qrac/articles/a24de970148c7e)
- [React(JSX)で書けるコーディング用 SSG - minista v0](https://zenn.dev/qrac/articles/7537521afcd1bf)## Respect
- [Next.js by Vercel - The React Framework](https://nextjs.org/)
- [Tropical — static site generator](https://tropical.js.org/)
- [Astro | Build faster websites](https://astro.build/)
- [natemoo-re/microsite](https://github.com/natemoo-re/microsite)
- [Charge — an opinionated, zero-config static site generator](https://charge.js.org/)
- [Eleventy, a simpler static site generator.](https://www.11ty.dev/)
- [Node Interface | webpack](https://webpack.js.org/api/node/)
- [astro/packages/create-astro at main · withastro/astro](https://github.com/withastro/astro/tree/main/packages/create-astro)
- [vite/packages/create-vite at main · vitejs/vite](https://github.com/vitejs/vite/tree/main/packages/create-vite)
- [vite/cli.ts at main · vitejs/vite](https://github.com/vitejs/vite/blob/main/packages/vite/src/node/cli.ts)
- [テンプレートエンジンに React を使いつつ、きれいな HTML を生成したいんじゃ!!](https://zenn.dev/otsukayuhi/articles/e52651b4e2c5ae7c4a17)
- [EJS をやめて React で HTML を書く](https://zenn.dev/hisho/scraps/4ef6c6106a6395)
- [MPA(マルチページアプリ)で webpack を使う](https://www.key-p.com/blog/staff/archives/107125)
- [HTML コーディングでも React+TypeScript の開発体験を得る](https://zenn.dev/nanaki14/articles/html-template-react)
- [Astro と microCMS でポートフォリオサイトを作る](https://zenn.dev/takanorip/articles/c75717c280c81d)## License
- MIT
## Credit
- Author: [Qrac](https://qrac.jp)
- Organization: [QRANOKO](https://qranoko.jp)