Skip to content

Instantly share code, notes, and snippets.

@ricn
Created December 4, 2015 22:20
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 ricn/aa5ab465a57e3eecbfc7 to your computer and use it in GitHub Desktop.
Save ricn/aa5ab465a57e3eecbfc7 to your computer and use it in GitHub Desktop.
var Vue = require('vue')
new Vue({
el: '#app',
data: {
message: 'Hello Vue.js!'
}
});
{
"repository": {},
"dependencies": {
"babel-brunch": "^5.1.1",
"brunch": "^1.8.5",
"clean-css-brunch": ">= 1.0 < 1.8",
"css-brunch": ">= 1.0 < 1.8",
"javascript-brunch": ">= 1.0 < 1.8",
"uglify-js-brunch": ">= 1.0 < 1.8",
"vue": "^1.0.10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment