nuxt-collections

0.2.1 • Public • Published

nuxt-collections

David-DM Standard JS Circle CI Codecov npm version npm downloads

Nuxt.js module for building static sites and blogs

📖 Release Notes

Setup

  • Add nuxt-collections dependency using yarn or npm to your project
  • Add nuxt-collections to modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-collections',
 
    // With options
    ['nuxt-collections', { /* module options */ }],
 ]
}

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • 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-collections

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

16 kB

Total Files

16

Last publish

Collaborators

  • droyer