Nuxt.js module for using markdown files that convert to JSON that can be used to create a static site
- Add the
nuxt-staticdependency withyarnornpmto your project - Add
nuxt-staticto themodulessection ofnuxt.config.js - Configure it:
{
modules: [
// Simple usage
'nuxt-static',
// With options
['nuxt-static', { /* module options */ }],
]
}- Clone this repository
- Install dependencies using
yarn installornpm install - Start development server using
npm run dev
Copyright (c) David Royer droyer01@gmail.com