1.0.6 • Published 6 years ago
create-component-ui v1.0.6
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.OR - Run
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
