picture

  • js package

  1. Install webpack

  2. New webpack.config.js


  3. picture

    Execute webpack to package js into ./dist/bubdle.js


  • css packaging

  1. Install style-loader and css-loader

  2. picture

    implement:

    webpack

    or webpack -w (live listening)


  • official documentation

picture