Created
June 14, 2020 10:52
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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