JSPM

minista

0.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 845
  • Score
    100M100P100Q86379F
  • License MIT

Mini static site generator that can be written in React (JSX) for web coding

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

License

  • MIT

Credit