You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im looking for offline version of UIGradients and I found this one, sorry for the noob question but why I cant open local HTML files (index.html) in chrome browser? It just keeps loading for like 10 mins and then stops and still blank.
The text was updated successfully, but these errors were encountered:
Good question! If you're opening index.html at the root directory, it won't render all the elements. This is because we need to compile all of the .vue files in src. When we bundle and compile all the app files with Node, it'll automatically inject the Vue components into this div:
<divid="app"></div><!-- built files will be auto injected -->
To run the app locally, run npm start. This will build a deployable version of the site and open a new tab with the site running.
Im looking for offline version of UIGradients and I found this one, sorry for the noob question but why I cant open local HTML files (index.html) in chrome browser? It just keeps loading for like 10 mins and then stops and still blank.
The text was updated successfully, but these errors were encountered: