npm install
npm run dev
npm run serve & 键盘输入 ctl+c
nohup npm run serve & #生产停止 ps -ef|grep node 找到 node ./bin/www 进程 kill -9 ID #home访问 http://ip:port/dist/
------ 根目录
---- pulic
-- config
- mysqlConfig.js
npm install
npm run dev
npm run serve & 键盘输入 ctl+c
nohup npm run serve & #生产停止 ps -ef|grep node 找到 node ./bin/www 进程 kill -9 ID #home访问 http://ip:port/dist/
------ 根目录
---- pulic
-- config
- mysqlConfig.js