用vue-cli搭建的做法 1、npm run build 2、把dist里的文件打包上传至服务器 例 /data/www/,我一般把index.html放在static里 所以我的文件路径为: /data/www/static |-----index.html |-----js |-----css |-----images ....3、配置nginx监听80...