Socket
Socket
Sign inDemoInstall

minista

Package Overview
Dependencies
530
Maintainers
1
Versions
160
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    minista

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


Version published
Weekly downloads
114
decreased by-22.97%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

minista

Site & Documentation

https://minista.qranoko.jp

About

minista(ミニスタ)は React の JSX から綺麗な HTML を作る日本製のスタティックサイトジェネレーターです。

How To Use

Automatic Setup

$ npm create minista@latest

Manual Setup

$ npm install --save-dev minista react react-dom
$ touch ./src/pages/index.jsx
// ./src/pages/index.jsx
export default function () {
  return <h1>Hello!</h1>
}

package.json を開き、以下のスクリプトを追加します。

"scripts": {
  "dev": "minista",
  "build": "minista build",
  "preview": "minista preview",
}

Commands

コマンド内容
minista開発モード(Ctrl + C で停止)
minista build静的書き出し
minista preview静的書き出し後の動作確認

License

  • MIT

Credit

Keywords

FAQs

Last updated on 17 Sep 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc