Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zhuping/generator-magix-webpack
- Owner: zhuping
- Created: 2017-02-21T07:59:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T09:46:26.000Z (almost 8 years ago)
- Last Synced: 2024-10-18T16:23:17.997Z (2 months ago)
- Topics: magix3, scaffold, webpack2, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`