Skip to content

effe-megna/stonks

Repository files navigation

template-elm-chrome-extension

A template to create Google Chrome Extensions with Elm and Webpack as the module-bundler

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published