Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 517 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 517 Bytes

Ftu Explorer Web Component

Overview

It is a web component used in FTU Explorer

Usage

Use the following commands to lint, build and run the app

# lint
$ npx nx run ftu-ui-small-wc:lint

# build
$ npx nx run ftu-ui-small-wc:build

# serve
$ npx nx run ftu-ui-small-wc:serve

#test
$ npx nx run ftu-ui-small-wc:test

Contribute

  • To make a new change on the app, make the change here and create a pull request.