gingkapls / webpack-template-minimal

A minimal template for webpack to get started quickly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

  • Uses HtmlWebpackPlugin to generate HTML pages using templates
  • Includes style-loader and css-loader to dynamically load styles

Developing

  • Run npm run dev to run a development server at http://localhost:8080/ with HMR

Deploying

  • Run npm run build to build from source, the output will be ./dist

About

A minimal template for webpack to get started quickly


Languages

Language:JavaScript 89.2%Language:HTML 10.8%