nuxt-static

0.0.2 • Public • Published

nuxt-static

npm version npm downloads Circle CI Codecov Dependencies Standard JS

Nuxt.js module for using markdown files that convert to JSON that can be used to create a static site

📖 Release Notes

Setup

  1. Add the nuxt-static dependency with yarn or npm to your project
  2. Add nuxt-static to the modules section of nuxt.config.js
  3. Configure it:
{
  modules: [
    // Simple usage
    'nuxt-static',
 
    // With options
    ['nuxt-static', { /* module options */ }],
 ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) David Royer droyer01@gmail.com

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-static

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

5.47 kB

Total Files

6

Last publish

Collaborators

  • droyer