Home > Web Front-end > JS Tutorial > body text

Detailed solution for you to solve the problem of white screen on the homepage after vue build is packaged (detailed tutorial)

亚连
Release: 2018-06-01 09:24:16
Original
2719 people have browsed it

Now I will share with you an article to solve the problem of white screen on the homepage after vue build is packaged. It has a good reference value and I hope it will be helpful to everyone.

1. Problem description

The local vue project has no problem browsing on the server side, but after executing npm run build and packaging, the local preview is White screen. There are a lot of js and css that cannot be loaded.

2. Solution

#Find index.js in the config folder, open it, and change assetsPublicPath: '/' to the box below in appearance.

Just execute npm run build again.

The above is what I compiled for everyone. I hope it will be helpful to everyone in the future.

Related articles:

Actually solve the UglifyJs error when packaging iview (detailed tutorial)

A brief discussion after webpack packaging Solution to excessively large files

Vue ElementUI’s method to implement dynamic rendering and visual configuration of forms

The above is the detailed content of Detailed solution for you to solve the problem of white screen on the homepage after vue build is packaged (detailed tutorial). For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!