generator-frontend-dog v0.0.3
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-dogThen generate your new project:
yo frontend-dog:demoGenerator 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:demoIt 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-dogThe scaffold like this:
standard-app
A full scaffold for building a webapp with Vue.js, Polymer, AngularJS or any other popular framework.
// TODOLicense
MIT © 0326