[Vuejs]-Vue & Quasar: How to read a file (zip) which is outside the quasar project

0👍

As I know The Error Shown is Absolutely Right Because Vue can not understand Files with .zip extension. It can not only understand .js and .vue extension files.

So if you wanted to compile this file by vue you need to First Extract that zip file and It will not show Error if File You have specified haveabove mentioned two Extensions.

So please Learn Something about how Vue works and which files it accepts.

0👍

thanks for your answer, i know that vue cannot understand zip files, for this reason i was trying to find a webpack loader which will allow me to pass it (zip file) in as a buffer. However, i did not manage to find something.

Leave a comment