0.0.3 • Published 8 years ago

generator-frontend-dog v0.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

generator-frontend-dog (under construction)

Frontend-dog provides many popular frontend scaffolds, you can custom your project with ES6, PostCSS, ESLint, React, Vue.js, AngularJS, Polymer, Gulp, Webpack...or just a simple lightly demo page :)

Installation

First, install Yeoman and generator-frontend using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-frontend-dog

Then generate your new project:

yo frontend-dog:demo

Generator List

Generator frontend-dog provides some nice scaffolds:

demo

A very simple page scaffold, only add gulp && livereload to let you quickly get started to code. If you don't wanna use the fucking Webpack, React or any other framework, you just wanna the pure JavaScript by hand, try it:

yo frontend-dog:demo

It will generate files like this:

Then, run npm install by yourself, after that run gulp or npm run dev command to start server.

app

This is the default scaffold. Comparing to the demo scaffold, this default scaffold only add the ES6 && PostCSS, and choose BrowserSync to livereload, without any framework.

yo frontend-dog

The scaffold like this:

standard-app

A full scaffold for building a webapp with Vue.js, Polymer, AngularJS or any other popular framework.

// TODO

License

MIT © 0326