@ovh-ux/manager-vrackdeprecated

OVH vRack product control panel

Usage no npm install needed!

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

README

manager-vrack

Install

yarn add @ovh-ux/manager-vrack

Usage

import 'angular';
import managerVrack from '@ovh-ux/manager-vrack';

angular
  .module('myApp', [
    managerVrack,
  ]);

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