Skip to content

Instantly share code, notes, and snippets.

@XixoWreden
Created June 14, 2020 10:52
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 XixoWreden/5eb3c7c9fd75fb37f80634851fff9c93 to your computer and use it in GitHub Desktop.
Save XixoWreden/5eb3c7c9fd75fb37f80634851fff9c93 to your computer and use it in GitHub Desktop.
package - Mostrar minimas en desarrollo para estar tomando cs, html desde el js con WEBPACK
{
"name": "vuejs1",
"version": "1.0.0",
"description": "PRUEBA DE TESTEO PARA VUE",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"install": ""
},
"dependencies": {
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-loader": "^8.0.5",
"css-loader": "^3.6.0",
"html-webpack-plugin": "^4.3.0",
"style-loader": "^1.2.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment