[Vuejs]-How to read json file in vue.js

0👍

You should probably use this.readJson(require("./resources/doc.json")).

See the vue-cli dos on static asset handling for a detailed explanation of your available options.

Leave a comment