Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Static site generator with 100% static export from React and Vite.

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)