0.0.14 • Published 2 years ago
herrtopi-test v0.0.14
Webcomponent based InstUI
This webcomponent follows the open-wc recommendation.
Installation
# TODO
# npm install @instructure/Usage
In a simple html page:
<script type="module">
<!-- TODO: -->
import '@instructure/';
</script>In a React application:
In an Angular application:
Building the project
npm run bootstrapLinting and formatting
To scan the project for linting and formatting errors, run
npm run lintTo automatically fix linting and formatting errors, run
npm run formatTesting with Web Test Runner
To execute a single test run:
npm run testTo run the tests in interactive watch mode run:
npm run test:watchRun the local dev server
npm startTo commit use:
npm run commit