0.5.0 • Published 6 years ago
css-customization v0.5.0
css-customization
CSS-Customization project is created to showcase a web component's capability of style customization in a real-world scenario. It leverages CSS variables and slot elements to customize Shadow-DOM style while allowing the creation of a separate DOM tree.
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and serves a WC for development
npm run serve:wcCompiles and minifies for production
npm run buildRun your tests
npm run testLints and fixes files
npm run lint