This is a sample project that launches a web server using NodeJs and checks the VueJs core grammar.
https://shlee0882.github.io/vuejs-nodejs-basic-setting
https://shlee0882.tistory.com/282?category=797808
The following syntax is used in the source, and the function is implemented for testing.
https://shlee0882.tistory.com/283?category=797808
npm install
npm run serve
npm install --save gh-pages
"homepage": "https://shlee0882.github.io/vuejs-nodejs-basic-setting/"
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
}
npm run deploy
https://shlee0882.github.io/vuejs-nodejs-basic-setting
Author: shlee0882
Source Code: https://github.com/shlee0882/vuejs-nodejs-basic-setting
#nodejs #node #vue #vuejs #javascript