create-component-ui
v1.0.6
Published
scaffold ui application with typescript, webcomponents, lit-element and webpack
Downloads
25
Maintainers
Readme
Create-Component-UI
Scaffold lightweight UI boilerplate including typescript, webcomponents, lit-element and webpack.

Usage
With npx
$ npx create-component-uiWithout npx
install create-component-ui globally
$ npm i -g create-component-uirun create-component-ui inside the directory where you want to scaffold the project
$ create-component-uiRuning Boilerplate
cdinto project boilerplate.Run
npm run watchto start the webpack. It will create dist directory with the bundled code and keep watching for changes.ORRun
npm startto start the webpack dev server. It will automatically open the home page of boilerplate in the browser.Run
npm run buildto create the optimized, minified and production ready code insidedistdirectory.
Result

