Package Exports
- minista
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (minista) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
minista
About
minista(ミニスタ)は、React(JSX)で書ける web コーディング用の小さいスタティックサイトジェネレーターです。
- ゼロコンフィグ
- 綺麗な HTML とアセットを出力
- React(JSX)でコーディング
How To Use
npm
$ npm install --save-dev minista
# Example
src
├── assets
│ └── index.js
├── components
│ └── layout.js
└── pages
├── about
│ └── index.js
└── index.js
$ minista build
Respect
- Charge — an opinionated, zero-config static site generator
- Next.js by Vercel - The React Framework
- Node Interface | webpack
- テンプレートエンジンに React を使いつつ、きれいな HTML を生成したいんじゃ!!
- EJS をやめて React で HTML を書く
- MPA(マルチページアプリ)で webpack を使う
License
- MIT