Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zhuping/generator-magix-webpack

Yeoman generator for using magix with webpack
https://github.com/zhuping/generator-magix-webpack

magix3 scaffold webpack2 yeoman-generator

Last synced: about 1 month ago
JSON representation

Yeoman generator for using magix with webpack

Awesome Lists containing this project

README

        

# generator-magix-webpack

Yeoman generator for using magix with webpack

## Usage

### Create your project

Install the required tools: `yo`, `gulp`, `bower`
```
npm install -g yo gulp bower
```

Install `generator-magix-webpack`:
```
npm install -g generator-magix-webpack
```

Make a new directory, and `cd` into it:
```
mkdir my-new-project && cd $_
```

Run `yo magix-webpack`