The pure vue server client program
a server program that can be published on the server directly use the dist files that generated by the vue client program
This program need two other programs "1.mysql 2.express", to install them use the command "1.npm install express; 2.npm install mysql" Use the command "node ./server/app.js" to run the program