Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Boilerplate for the development of third-party SDK's using modern ES6 JavaScript. Uses babel, browserify, mocha, karma and gulp.

NotificationsYou must be signed in to change notification settings

davidklassen/es6-browser-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This boilerplate is intended for the development of third-party SDK's and browser applications using modern ES6 JavaScript.This is a simplified and enhanced version ofbabel-library-boilerplate

Features

Installation Prerequisites

Installation

$ git clone git@github.com:DavidKlassen/es6-browser-boilerplate.git$cd es6-browser-boilerplate$ npm run setup

Available gulp tasks

  • gulp lint - runs eslint and jscs
  • gulp test:unit - runs mocha unit tests
  • gulp coverage - runs unit tests and generates coverage report
  • gulp test:integration - runs karma tests
  • gulp test - runs unit and integration tests and generates code coverage report
  • gulp browserify - builds the script for browser
  • gulp compile - runs uglify and generates minified script
  • gulp build - runs browserify and compile
  • gulp watch - runs watchify and watches for changes and builds script in background
  • gulp - default task, runs lint, test, build and compile tasks

About

Boilerplate for the development of third-party SDK's using modern ES6 JavaScript. Uses babel, browserify, mocha, karma and gulp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp