Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 529 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 529 Bytes

webcompas

Simple service for creating embeddable WebComponents easily, by writing code directly in browser.

My another service that is for building WebComponents – Orcos

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint