0.2.1 • Published 5 years ago

nuxt-collections v0.2.1

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

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