Vue X Node JS deploy
Hello,
I'm trying to make my first app using Vue Js for the front and Node for the back.
On my computer I created a folder "project" which contains this 2 folders :
And my package.json : [CODE=javascript]{ "name": "projetweb", "version": "1.0.0", "engines": { "node": "10.16.3" }, "description": "projet web gestion des appareils", "main": "app.js", "scripts": { "start": "node app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Yassine Gharbi", "license": "ISC", "dependencies": { "babel-register": "^6.26.0", "bcrypt": "^3.0.6", "body-parser": "^1.19.0", "connect-history-api-fallback": "^1.6.0", "cors": "^2.8.5", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", "morgan": "^1.9.1", "mysql": "^2.17.1", "mysql-apostrophe": "^1.0.8", "webpack-node-externals": "^1.7.2" } }
I don't know what I made wrong. If someone can help me to deploy my project please :) Thank You.
- Client => for the Vue Js Front.
- Serveur => for the back with Node JS.
And my package.json : [CODE=javascript]{ "name": "projetweb", "version": "1.0.0", "engines": { "node": "10.16.3" }, "description": "projet web gestion des appareils", "main": "app.js", "scripts": { "start": "node app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Yassine Gharbi", "license": "ISC", "dependencies": { "babel-register": "^6.26.0", "bcrypt": "^3.0.6", "body-parser": "^1.19.0", "connect-history-api-fallback": "^1.6.0", "cors": "^2.8.5", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", "morgan": "^1.9.1", "mysql": "^2.17.1", "mysql-apostrophe": "^1.0.8", "webpack-node-externals": "^1.7.2" } }
I don't know what I made wrong. If someone can help me to deploy my project please :) Thank You.
Please sign in to leave a comment.
Comments
0 comments