@rispa/render-static

4.1.3 • Public • Published

Rispa Render Static Build Status

Rispa plugin for static site generation.

Provide an array of paths to be rendered and a matching set of *.html files will be rendered in /build directory.

Getting Started

Installation

To add this plugin, run inside project directory:

ris add rispa-render-static

Configure

In @rispa/config plugin, we can configure render routes.

For example:

const config = {
  ...,
  '@rispa/render-static': {
    routes: [
      '/',
      '/catalog',
      '/about',
    ],
  },
}

export default config

Build

Use @rispa/webpack commands to build your code and generate static pages.

Readme

Keywords

none

Package Sidebar

Install

npm i @rispa/render-static

Weekly Downloads

4

Version

4.1.3

License

MIT

Last publish

Collaborators

  • dvpetrov
  • qtm
  • laiff