[Vuejs]-VueJS importing local and external script and css files in main file

0👍

If you want to use existing CSS file, then put your CSS file in /static folder and edit your URL to /static/path/to/css.

Assets folder cannot be accessed from URL (because it’s not static).

Leave a comment