Skip to content

Instantly share code, notes, and snippets.

@vvo
Created November 8, 2016 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvo/954bf49ae470a7bc2b7b39465f4d8cde to your computer and use it in GitHub Desktop.
Save vvo/954bf49ae470a7bc2b7b39465f4d8cde to your computer and use it in GitHub Desktop.
esnextbin sketch
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ESNextbin Sketch</title>
<!-- put additional styles and scripts here -->
</head>
<body>
<!-- put markup and other contents here -->
</body>
</html>
import lodash from 'lodash';
{
"name": "esnextbin-sketch",
"version": "0.0.0",
"dependencies": {
"lodash": "4.16.6"
}
}
'use strict';
var _lodash = require('lodash');
var _lodash2 = _interopRequireDefault(_lodash);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment