@utopie/nuxt-header

1.1.0 • Public • Published

@utopie/nuxt-header

npm version npm downloads Circle CI Codecov License

📖 Release Notes

Setup

  1. Add @utopie/nuxt-header dependency to your project
yarn add @utopie/nuxt-header # or npm install @utopie/nuxt-header
  1. Add @utopie/nuxt-header to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    '@utopie/nuxt-header',

    // With options
    ['@utopie/nuxt-header', { /* 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) freeintelligence free04381@gmail.com

Readme

Keywords

none

Package Sidebar

Install

npm i @utopie/nuxt-header

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

10.9 kB

Total Files

6

Last publish

Collaborators

  • freeintelligence