Skip to content

Instantly share code, notes, and snippets.

@voronianski
Created June 16, 2017 12:33
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 voronianski/dc2e08cd4e3d02014a297dbdf74a3595 to your computer and use it in GitHub Desktop.
Save voronianski/dc2e08cd4e3d02014a297dbdf74a3595 to your computer and use it in GitHub Desktop.
esnextbin sketch
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ESNextbin Sketch</title>
</head>
<body>
<div id="app"></div>
</body>
</html>
console.log('hello new version of bin');
{
"name": "esnextbin-sketch",
"version": "0.0.0",
"dependencies": {
"vue": "2.1.10",
"vee-validate": "2.0.0-beta.18"
}
}
'use strict';
console.log('hello new version of bin');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment