Skip to content

Instantly share code, notes, and snippets.

@crookse
Last active November 28, 2019 14:31
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 crookse/1b8f253ee558648f88240173bf8b7a79 to your computer and use it in GitHub Desktop.
Save crookse/1b8f253ee558648f88240173bf8b7a79 to your computer and use it in GitHub Desktop.
Vue: Automate Your Routing
{
"name": "vue-automated-routing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"@babel/core": "^7.7.4",
"babel-loader": "^8.0.6",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.2",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment