0.1.6 • Published 8 years ago

generator-koayouth v0.1.6

Weekly downloads
5
License
-
Repository
github
Last release
8 years ago

generator-koayouth

基于koa , PostCSS 框架的mvn脚手架.

参照 generator-koa 实现的 koaYouth 脚手架.

A koaYouth generator for Yeoman.

.

├── app
│   └── controllers
|       └── messages.js
│   └── lib
|       └── render.js
│   └── view
│        └── layout.html
|        └── list.html
├── public
│    ├── js
│    └── css
|       └── style.css
├── src
│   └── js
│   └── css
|       └── style.css
├── app.js
├── gulpfile.js
└── package.json
└── .stylelintrc

Getting started

npm install -g yo

npm install -g generator-koayouth

Make a new directory and cd into it:

mkdir new-project && cd $_

yo koayouth

Start

gulp

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago