nuxt-eureka-client
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

nuxt-eureka-client

npm version npm downloads Github Actions CI Codecov License

https://github.com/jquatier/eureka-js-client for Nuxt.js

📖 Release Notes

Setup

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

    // With options
    [
      'nuxt-eureka-client',
      {
        /* 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) Kirill Urazmanov

/nuxt-eureka-client/

    Package Sidebar

    Install

    npm i nuxt-eureka-client

    Weekly Downloads

    0

    Version

    0.2.3

    License

    MIT

    Unpacked Size

    8.19 kB

    Total Files

    7

    Last publish

    Collaborators

    • goodnewsforyoubaby