GithubHelp home page GithubHelp logo

wearetheplaymakers / js-es6-es7-workflow-ideas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cowboy/js-es6-es7-workflow-ideas

0.0 3.0 0.0 136 KB

JS / ES6 / ES7 Workflow Ideas

JavaScript 100.00%

js-es6-es7-workflow-ideas's Introduction

JS / ES6 / ES7 Workflow Ideas

I'm trying to figure out a good workflow to write code using all the fancy new features of ES6 and ES7, because ES5 (and even ES6) are a bit confining. Maybe I'll redo my personal website if I find a workflow that I like.

Also, note that this is a first pass; I'm not sure what I'm going to do long-term.

Do you have a suggestion? Do you already have a fantastic ES6 / ES7 workflow? Please let me know by filing an issue!

What I'm currently doing

  • Hoping those cool ES7 features I love won't go away.
  • Compiling my source with Grunt and Babel via the grunt-babel plugin to ES5.

Eg.

  • edit src/index.js
  • grunt && node build/sourcemaps (stack traces use sourcemaps)
  • grunt && node build/index (stack traces don't use sourcemaps)

Files of note

js-es6-es7-workflow-ideas's People

Contributors

cowboy avatar

Watchers

James Cloos avatar rafal szulczewski avatar Hannah Tucker McLellan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.