Socket
Book a DemoInstallSign in
Socket

generator-frontend-dog

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-frontend-dog

popular front end project scaffold

0.0.3
latest
Source
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

generator-frontend-dog

License License License License License

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:

├── gulpfile.js                 # only contain livereload config
├── package.json
└── src
    ├── index.html              # the entry page
    ├── css
    │   └── index.css
    └── js
        └── index.js

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:

├── gulpfile.js                 # livereload + ES6 + PostCSS
├── package.json
├── index.html                  # the entry page
└── src
    ├── index.html              
    ├── css
    │   └── index.css
    └── js
        └── index.js            # the entry js
        └── config.js

standard-app

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

// TODO

License

MIT © 0326

Keywords

fontend

FAQs

Package last updated on 19 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.