Skip to content

pkrasicki/web-components-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Components Template

Small template for using Web Components in web apps.

Dependencies

Install the remaining dependencies by running npm install.

Dev server

npm run start will start a dev server on localhost:8080.

Building

Run npm run build. The files will be saved in the dist folder. Alternatively you can use npm run watch to rebuild on changes.

Use npm run build-prod for production build.