template-elm-chrome-extension icon indicating copy to clipboard operation
template-elm-chrome-extension copied to clipboard

A template repository for building a chrome extension with webpack and elm.

template-elm-chrome-extension

A template repository for building a chrome extension with webpack and elm.

Technologies

Web

Module bundler: Webpack

Plugins
Loaders
Supporting dependencies
Commands
  • npm run debug to run Webpack with development configuration.
    In this mode, Webpack generates source-maps for bundled JavaScript resources to simplify debugging of JavaScript in the web-browser.
  • npm run dev to run Webpack with development configuration and keep watching for file changes within source.
    In this mode, Webpack generates source-maps for bundled JavaScript resources to simplify debugging of JavaScript in the web-browser.
  • npm run live to run Webpack with development configuration and keep watching for file changes within source and reload the web-browser on every change.
    In this mode, Webpack generates source-maps for bundled JavaScript resources to simplify debugging of JavaScript in the web-browser and provides a live-development experience.
  • npm run build to run Webpack with production configuration.
    In this mode, Webpack minifies the JavaScript bundles and there are no source-maps created.
  • npm run prod to run Webpack with production configuration and produce a zipped output folder