Skip to content

DeprecatedCode/babel-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-base

ES6/7 Base Module Structure

babel-base on npm

Github Stars Package Version Package License Code Climate Test Coverage Build Status

Getting Started

To create a new project using this library, run the following in a console shell:

mkdir my-new-project
cd my-new-project

npm install --save gulp babel-base
node ./node_modules/babel-base/setup

Use ES6/7 to write your project code in the ./src directory.

Then, to compile your project:

gulp

To watch your project and recompile every time a change is detected:

gulp watch

The compiled version of your module can be found in the ./dist directory.

Technical Details

This project uses {stage: 0} configuration option of Babel to convert ES6/7 code into ES5 code.

About

ES6/7 Base Module Structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published