Getting Ready

For this recipe, you will need to install the following packages:

    npm install webpack-dev-server css-loader [email protected] style-loader

If you want to use Sass in your project, you have to install:

    npm install sass-loader node-sass 

If you prefer Stylus, you'll need the following:

    npm install stylus-loader stylus

Or if you like LessCSS, install this:

    npm install less-loader less
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset