你需要在Vue 3项目中全局或局部引入vue-json-viewer组件。这里以全局引入为例: 在你的main.js或main.ts文件中,添加以下代码来全局注册vue-json-viewer组件: javascript import { createApp } from 'vue'; import App from './App.vue'; import JsonViewer from 'vue-json-viewer'; const app = createApp(...
技术栈:Vue 3 + Vite +TS + Antv/G6 + Pinia +CodeMirror 全新版本(2.x.x) 新特性 优化项 主要功能 预览地址: Bilibili演示:Bilibili演示视频地址 Github:https://fxzer.github.io/json-viewer/ Gitee:https://fxzer.gitee.io/json-viewer 源码分享 Github:https://github.com/fxzer/json-viewer Gitee...
"jsx": "preserve", "sourceMap": true, "resolveJsonModule": true, "isolatedModules": true, "esModuleInterop": true, "lib": ["ESNext", "DOM"], "skipLibCheck": true }, "include": [ "src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue" ] }Footer...
, "main": "dist/bundle.cjs.js", "module": "dist/bundle.esm.js", "types": "dist/bundle.d.ts", "style": "dist/index.css", "files": [ "dist" ], "scripts": { "build": "rollup -c" }, "keywords": [ "vue", "json", "vue-next", "vue3" ], "author": "davidlan <as...
v0.10.6 (04/22/2023) Support property ‘askToFormat’ Bug Fixes v0.10.5 (12/18/2022) types: use type Content, JSONContent & TextContent from ‘vanilla-jsoneditor’ v0.10.4 (12/17/2022) ‘nuxt.ts’ should be included in the tarball...
uno.config.ts style: 💄 整理代码 1年前 vite.config.js fix: i18n version bug 10天前 Loading... README MIT English| 中文 一个JSON可视化工具 技术栈:Vue 3 + Vite +TS +Antv/G6+ Pinia +CodeMirror 全新版本(2.x.x) 新特性 新增语言(中/英)切换,全站适配 ...
const extensions = [".ts", ".tsx", ".js"]; export default { input:'./src/index.js', output:{ file:'./dist/bundle.esm.js', format:'esm', //若打包commonjs assetFileNames: "[name]-[hash][extname]" }, external:["vue","@vue/compiler-sfc"], plugins:[ nodeResolve({ extension...
// nuxt.config.ts export default defineNuxtConfig({ modules: ['json-editor-vue/nuxt'], }) const value = ref() <template> <JsonEditorVue v-model="value" v-bind="{/* local props & attrs */}" /> </template> Global Registration as a Plugin // ~/plugins/JsonEditorVue.client...
components.d.ts 🎨 优化节点计算逻辑,提升性能 2年前 deploy.sh chore: 🔨 更换 pwa 图标 1年前 eslint.config.js chore: 🔨 更新依赖 1年前 index.html feat: ✨ 新增 PWA 1年前 package.json chore: update deps 1年前 pnpm-lock.yaml ...
Fork1 Star11 Files main .vscode demo dist docs packages typings .gitignore README.md package-lock.json package.json tsconfig.json tsconfig.node.json vite.config.ts Latest commit Cannot retrieve latest commit at this time. History History