@ovh-ux/manager-server-sidebardeprecated

OVH control panel sidebar

Usage no npm install needed!

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

README

manager-server-sidebar

npm version Downloads Dependencies Dev Dependencies Gitter

Install

yarn add @ovh-ux/manager-server-sidebar

Usage

import angular from 'angular';
import ovhManagerServerSidebar from '@ovh-ux/manager-server-sidebar';

angular
  .module('myApp', [
    ovhManagerServerSidebar,
  ]);
<ovh-manager-server-sidebar universe="'DEDICATED'"></ovh-manager-server-sidebar>

Options

universe

Pass a string as universe to configure universe (DEDICATED or CLOUD).

<ovh-manager-server-sidebar
    universe="'DEDICATED'">
</ovh-manager-server-sidebar>

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-server-sidebar` workspace and all the nested workspaces in development mode and watch only `manager-server-sidebar` workspace
yarn start:dev
# Build and watch the `manager-server-sidebar` 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