Skip to content

ExoZoneDev/xview-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xView Webpack Loader

Convert html files to a series of function calls to be used with the xView framework.

Usage

npm i -D xview-loader

In your webpack.json

  module: {
    loaders: [
      { test: /\.html$/, loader: "xview" }
    ]
  },

Then you can simply require any html file

require("./view.html");

About

Convert html files to a series of function calls to be used with the xView framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published