Skip to content

Instantly share code, notes, and snippets.

@drucoder
Created September 6, 2018 17:02
Show Gist options
  • Save drucoder/76929ca18eb3f6890817b5bb678570aa to your computer and use it in GitHub Desktop.
Save drucoder/76929ca18eb3f6890817b5bb678570aa to your computer and use it in GitHub Desktop.
Spring Boot REST: добавляем webpack
{
"name": "sarafan",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"vue": "^2.5.17",
"vue-resource": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.1",
"vue-loader": "^15.4.1",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7"
},
"scripts": {
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drucoder/sarafan.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/drucoder/sarafan/issues"
},
"homepage": "https://github.com/drucoder/sarafan#readme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment