@ovh-ux/manager-welcome
v2.1.1
Published
[![npm version](https://badgen.net/npm/v/@ovh-ux/manager-welcome)](https://www.npmjs.com/package/@ovh-ux/manager-welcome) [![Downloads](https://badgen.net/npm/dt/@ovh-ux/manager-welcome)](https://npmjs.com/package/@ovh-ux/manager-welcome) [![Dependencies]
Downloads
30
Keywords
Readme
manager-welcome
Install
yarn add @ovh-ux/manager-welcome
Usage
import angular from 'angular';
import ovhManagerWelcome from '@ovh-ux/manager-welcome';
angular
.module('myApp', [
ovhManagerWelcome,
]);
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-welcome` workspace and all the nested workspaces in development mode and watch only `manager-welcome` workspace
yarn start:dev
# Build and watch the `manager-welcome` 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