Sean Macfarlane 0c5d35f7b8 updated library
2021-08-23 22:41:37 -04:00
2021-08-13 14:17:42 -04:00
2021-08-20 17:23:05 -04:00
2020-04-15 16:40:02 -04:00
2021-03-28 16:04:36 -04:00
2020-04-15 16:40:02 -04:00
2020-03-09 15:42:46 -04:00
2020-05-07 16:51:19 -04:00
2020-11-17 17:58:57 -05:00
2020-03-09 15:42:46 -04:00
2020-08-03 12:03:56 -04:00
2020-10-12 23:05:28 -04:00
2020-08-03 14:32:56 -04:00
2020-04-23 15:53:39 -04:00
2020-03-11 11:28:29 -04:00
2020-04-09 18:44:31 -04:00
2021-08-23 22:41:37 -04:00
2021-08-23 22:41:37 -04:00
2020-09-08 13:21:59 -04:00
2021-03-25 16:50:39 -04:00

TIP WLAN Cloud Portal

Set up environment:

Install Dependencies: npm install

You will get an error installing the package wlan-cloud-ui-library because it is in a private npm registry. You can either install the package with the commands below or clone the repo wlan-cloud-ui-library and skip to the section Set up Full Development.

Run

npm login --registry=https://tip.jfrog.io/artifactory/api/npm/tip-wlan-cloud-npm-repo/

And enter the supplied credentials. Ask @sean-macfarlane for credentials if you don't have.

Install package:

npm i --registry=https://tip.jfrog.io/artifactory/api/npm/tip-wlan-cloud-npm-repo/ @tip-wlan/wlan-cloud-ui-library

Set up Full Development

Skip this section if you are not using a local wlan-cloud-ui-library

Clone wlan-cloud-ui-library in parent folder

cd ..
git clone https://github.com/Telecominfraproject/wlan-cloud-ui-library.git

Link wlan-cloud-ui-library package locally for development:

cd wlan-cloud-ui
npm link ../wlan-cloud-ui-library

If npm link fails due to Permissions run with sudo

sudo npm link ../wlan-cloud-ui-library

To run Full Development you must clone wlan-cloud-graphql-gw, follow it's README, and run it. Or you use the live production build by setting the environment variable API to the GraphQL domain.

Run:

Bare Development

This is if you only want to run this repo locally, and want to use the live production builds of wlan-cloud-ui-library and wlan-cloud-graphql-gw

npm run start:bare

Full Development

If you have cloned wlan-cloud-ui-library and wlan-cloud-graphql-gw

npm start

Tests

npm test

Production

npm run build

Description
No description provided
Readme BSD-3-Clause 2.5 MiB
Latest
2021-08-17 18:55:09 +00:00
Languages
JavaScript 97.6%
HTML 0.8%
Dockerfile 0.8%
SCSS 0.5%
Shell 0.2%