Skip to content

IIC3585-2021/web-components-calceteam

Repository files navigation

Web Components

  • Para correr el código
npm i
npm run serve

Referencias:

LitElement JavaScript starter

This project includes a sample component using LitElement with JavaScript.

Setup

Install dependencies:

npm i

Dev Server

This sample uses modern-web.dev's @web/dev-server for previewing the project without additional build steps. Web Dev Server handles resolving Node-style "bare" import specifiers, which aren't supported in browsers. It also automatically transpiles JavaScript and adds polyfills to support older browsers. See modern-web.dev's Web Dev Server documentation for more information.

To run the dev server and open the project in a new browser tab:

npm run serve

There is a development HTML file located at /dev/index.html that you can view at http://localhost:8000/dev/index.html.

More information

See Get started on the LitElement site for more information.

About

web-components-calceteam created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published