Skip to content

osdio/js2html-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

js2html-webpack-plugin

Used for compile the js into html.

Install

npm i js2html-webpack-plugin --save-dev

Example

 baseConfig.plugins = [
        new JS2HtmlPlugin({
            template: path.resolve('./examples/simple/index.html')
        })
    ];

API

template

html的路径

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published