Skip to content

Creating and using basic html components with the help of webpack & the webpack html-loader.

Notifications You must be signed in to change notification settings

pratikpakhale/html-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom components demo project

type npm start to start the dev server

some key notes -

  • import the custom elements in index.js file and create an array of them along with their names, templates and initiator functions | see index.js file for reference

uses -

  • webpack to compile the code and bundle it into a single file
  • html-loader to import the html templates directly into the js file
  • html-webpack-plugin to generate the html file with the bundled js file

dev dependencies -

future scope -

https://github.com/felipeccastro/html-component

About

Creating and using basic html components with the help of webpack & the webpack html-loader.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published