@eliona-smart-building-assistant/utils-frontend

13.1.1 • Public • Published

@eliona/utils

A collection of utils used across all eliona apps

Install

  1. Set your package manager to work with our private package registry: create .npmrc file in the root dir and add

    registry=https://pkgs.dev.azure.com/itec-ag/eliona/_packaging/elionaJsFeed/npm/registry/
    always-auth=true
    

    Now, your package manager will fetch all packages from azure registry.

  2. But this is a private registry that requires auth. To do so follow this guide

  3. Now you're ready to install the package itself

    yarn install @eliona/utils

Usage

import { arrayMove } from '@eliona/utils';

Testing

This repo includes a test app where you can check if everything works. Run

yarn start

to build lib files and watch for changes. Then go to the example dir and run

yarn install
yarn start

from there. The example app is set to use external lib we just built.

/@eliona-smart-building-assistant/utils-frontend/

    Package Sidebar

    Install

    npm i @eliona-smart-building-assistant/utils-frontend

    Weekly Downloads

    9

    Version

    13.1.1

    License

    UNLICENSED

    Unpacked Size

    6.86 kB

    Total Files

    15

    Last publish

    Collaborators

    • mikhail.ivanov.eliona