The web resource could not be loaded in GoogleSearchConsole live tests - vue project - vue.js

I am new to front end and SEO. I use vue cli to create my project. After going online, I found that the page library file was blank, so I went to the google search console for real-time testing and found that the screenshots were also blank. Even in more information, I found that many css and js could not be loaded. I am not sure if this is the problem. I don't have any clues to improve at the moment, is there a way to fix
enter image description here
enter image description here

Related

I have deployed vue-cli app to gh pages. Loading ok. But after refreshing a 404-error occurs

I have made an app based on vue-cli 3 and vue-router, deployed it to gh pages and saved the link. When I click on the link, the app loads normal. But if I click on refresh/reload, a 404-error occurs.
My link: https://alexandrchek.github.io/filmrock/index.html
I tried to find the answer in the net. But I have not find a description of the same problem. There are no descriptions of problems with refreshing.
Why does it happen? Help me to fix this problem, please.

NetSuite Suitelet/RESTlet to display VueJS app

I am attempting to build a popup Suitlete that displays a Vue app. It needs to have the ability to pass data back and forth into the transaction that opened it.
Has anyone done this in the past and if so what did the setup for the Vue files and the Suitelet/RESTlet look like? Can't seem to find examples.
You can find projects on GitHub that have great Vue/NetSuite project file setups, ones where you can use Vue CLI to work locally that still work with RESTlets. Here's one https://github.com/michoelchaikin/netsuite-mapreduce-util

How do I check for vue js compilation errors before trying to serve it?

I've just lost a frustrating amount of time trying to work out why npm run serve was hanging when attempting to run my vue js app. Eventually, I tracked it down to one error in a vue file I made, it took me a long time to work this out since the issue manifests itself in a way that the console window just hangs.
Is there some other way developers can get a more descriptive error list from vue js prior to attempting to run/build?
Personally, I find the most useful and essential tools to be (I use VS Code as "IDE")
Vetur: includes syntax-highlighting, snippets, linter (error checking), auto completition, etc.
Vue.js devtools (for chrome): Not sure about other browsers, but this is incredibly useful for chrome. Let's you see what's really going on with vue.js' components, the store, etc (screenshot from the chrome store page).
Hope this helps!

angular2 where i will get all packages at one place

I saw one online video in that video he show package.json,system.config.json,tsconfig.json,typing.json files at one place. In that video he displays url https://angular.io/guide/quickstart .But when i searched that url there is not available coukd you please reffer me that url path
Install angular QuickStart. Click on this link Setup a local development environment and flow the steps of this article.
Hope so it will work successfully.
Thanks!

Cef Sharp not displaying pdf file into browser window

I've build an application using CefSharp.WinForms.
All is good but when any website uses to show PDF it'll show a blank page.
Can any one help me how can i resolve this issue.