nuxt-static
Nuxt.js module for using markdown files that convert to JSON that can be used to create a static site
Setup
- Add the
nuxt-static
dependency withyarn
ornpm
to your project - Add
nuxt-static
to themodules
section ofnuxt.config.js
- Configure it:
modules: // Simple usage 'nuxt-static' // With options 'nuxt-static' /* module options */
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) David Royer droyer01@gmail.com