2020-05-12 18:59:04 -04:00
2020-04-27 17:28:56 -04:00
2020-05-12 18:30:45 -04:00
2020-04-15 16:40:02 -04:00
2020-05-01 12:22:30 -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-03-09 16:20:26 -04:00
2020-03-09 15:42:46 -04:00
2020-04-16 20:20:06 -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
2020-04-23 15:53:39 -04:00
2020-04-23 15:53:39 -04:00
2020-05-05 11:51:28 -04:00
2020-04-17 17:24:38 -04:00

TIP WLAN Cloud Portal

Set up environment:

Delete from package.json (undo this delete after all steps) "@tip-wlan/wlan-cloud-ui-library": X.X.X,

Install Dependencies npm install

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

Run:

Development

npm start

Tests

npm run 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%