0.2.3 • Published 1 year ago

nuxt-eureka-client v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.2.3

1 year ago

0.1.1

2 years ago

0.0.9

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago