[Vuejs]-How do I read yaml file using javascript with framwork vuejs

2👍

jsyaml.load expects a YAML string, not a path or URL. If you’re using webpack, you can use raw-loader to import the file as a string for use in your app.

Leave a comment