JSPM

minista

0.6.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 412
  • Score
    100M100P100Q88224F
  • 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 コーディング用の小さいスタティックサイトジェネレーターです。

  • ゼロコンフィグ
  • React(JSX)から静的な HTML を出力
  • Next.js 風のディレクトリ構成
  • CSS / Dart Sass / PostCSS (Autoprefixer etc.)
  • JavaScript / ESNext / Babel
  • node_modules からのライブラリ読み込み
  • ソースコードの Minify

How To Use

npm

Setup

$ npm install --save-dev minista
# Example
public # Copy root
src
├── assets
│   └── index.js # Required!
├── components
│   └── layout.js
└── pages # Required!
    ├── about
    │   └── index.js
    └── index.js

Develop

# Start
$ minista

# Stop
Press Ctrl+C

Build

$ minista build

Respect

License

  • MIT

Credit