摘要: 用vue cli搭建的做法1、npm run build2、把dist里的文件打包上传至服务器 例 /data/www/,我一般把index.html放在static里所以我的文件路径为:/data/www/static | index.html | js | css | images ....3、 阅读全文