react 尀npm run build 打包 之后怎么用

2025-01-02 02:59:34
推荐回答(1个)
回答1:

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