Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 645 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 645 Bytes

<eit-logo>

EscuelaIT trademark logo web component, based on a SVG image.

This webcomponent follows the open-wc recommendation.

Installation

npm i eit-logo

Usage

<script type="module">
  import 'eit-logo/eit-logo.js';
</script>

<eit-logo></eit-logo>

Local Demo with es-dev-server

npm start

To run a local development server that serves the basic demo located in demo/index.html

npm start:compatibility

To run a local development server in compatibility mode for older browsers that serves the basic demo located in demo/index.html