项目作者: woutrbe

项目描述 :
Webpack + Babel + SASS
高级语言: JavaScript
项目地址: git://github.com/woutrbe/webpack-starterkit.git
创建时间: 2016-07-28T02:19:25Z
项目社区:https://github.com/woutrbe/webpack-starterkit

开源协议:MIT License

下载


Webpack + Babel + SASS

This is a very basic example on how to use Webpack with Babel and SASS

I used Vue.js as an example, you can use any JavaScript framework you like.

Looking for Webpack 2?

An example with Vue and Webpack 2 is available on GitHub

Installation

You can clone this repository from GitHub

Once cloned, run:

npm install

Development

Run npm run dev

A development server will be started at http://localhost:5000

Build

Run npm run build

This will generate a /build folder with all the bundled assets.

Webpack config

For simplicity reasons, the development and production config files are split up, you could keep everything in one file and add / remove loaders based on the environment.

License

This project is available under the MIT license.