Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sendya/webpack-base-html

基础的 webpack 打包使用例子 SCSS | ES6
https://github.com/sendya/webpack-base-html

scss webpack

Last synced: about 5 hours ago
JSON representation

基础的 webpack 打包使用例子 SCSS | ES6

Awesome Lists containing this project

README

        

# Template

> A simple webpack project

## Build Setup

``` bash
# install dependencies
npm install
# or
yarn

# serve with hot reload at localhost:9000
npm run start
# or
yarn run start

# build for production with minification
npm run build
# or
yarn run build
```