initial commit
Showing
GeneratedComponent.vue
0 → 100644
MyComponent.vue
0 → 100644
convertingjsontovue.js
0 → 100644
data.html
0 → 100644
data.json
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "json_to_vue", | ||
"version": "1.0.0", | ||
"main": "convertingjsontovue.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@vitejs/plugin-vue": "^4.4.1", | ||
"fs": "^0.0.1-security", | ||
"parse5": "^7.1.2", | ||
"path": "^0.12.7", | ||
"vue-loader": "^17.3.1", | ||
"vue-template-compiler": "^2.7.15" | ||
}, | ||
"description": "" | ||
} |
Please register or sign in to comment