gengwang / proto

A seed project based on Yeoman web app generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proto

The seed project is based on Yeoman web app generator, with the following modifications:

  • Support ES6 style import/export
  • Export to ES5 so that the app runs in today's browsers
  • Add d3 and underscoreJS as dependencies

Getting started

  • npm i && bower i
  • To use npm packages, for example:
    First run npm i --save underscore then use it anywhere in your ES6 code: import * as _ from 'underscore';

Development

  • gulp to build
  • gulp clean to clean the production folder
  • gulp serve to lunch a web server and watch
  • gulp && gulp serve:dist to serve for production
  • gulp test to run tests

About

A seed project based on Yeoman web app generator


Languages

Language:JavaScript 75.3%Language:HTML 19.7%Language:CSS 5.1%