/webpack-base

Primary LanguageJavaScriptMIT LicenseMIT

js-standard-style npm dependencies status npm devDependencies status Build Status Greenkeeper badge

Webpack Base

Running

Download dependences: npm install

  • Build files for debug:
    • npm run dev
  • Build files for debug and watch changed files:
    • npm run watch
  • Build minified files for production:
    • npm run production

License

Webpack CSS Example is released under the MIT License.