Skip to content

Instantly share code, notes, and snippets.

@nhumphrey2
Created December 18, 2018 06:08
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 nhumphrey2/942ff7879c4ae67a2e7a3bb5ebc78efa to your computer and use it in GitHub Desktop.
Save nhumphrey2/942ff7879c4ae67a2e7a3bb5ebc78efa to your computer and use it in GitHub Desktop.
Simple Vue app JSON
{
"name": "simple-todo-app-with-vue",
"version": "1.0.0",
"description": "A very simple todo app to provide a taste of developing with single-file components.",
"keywords": [],
"main": "index.js",
"dependencies": {
"vue": "2.5.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment