@ovh-ux/manager-bannerdeprecated

OVH control panel banner

Usage no npm install needed!

<script type="module">
  import ovhUxManagerBanner from 'https://cdn.skypack.dev/@ovh-ux/manager-banner';
</script>

README

manager-banner

npm version Downloads Dependencies Dev Dependencies Gitter

Install

yarn add @ovh-ux/manager-banner

Usage

import angular from 'angular';
import ovhManagerBanner from '@ovh-ux/manager-banner';

angular
  .module('myApp', [
    ovhManagerBanner,
  ]);
<ovh-manager-banner></ovh-manager-banner>

Build

# Build in production mode
yarn start

Development

If you want to contribute to the project, follow theses instructions:

Foremost, you should launch a global installation at the root folder of this repository:

yarn install

Then you just have to start the project in development mode. For this, two choices are possible according to your needs:

# Build the `manager-banner` workspace and all the nested workspaces in development mode and watch only `manager-banner` workspace
yarn start:dev
# Build and watch the `manager-banner` workspace and all the nested workspaces in development mode
yarn start:watch

Contributing

Always feel free to help out! Whether it's filing bugs and feature requests or working on some of the open issues, our contributing guide will help get you started.

License

BSD-3-Clause © OVH SAS