UNPKG

@kfl-ui/utils

Version:

Vue 工具集合,包含自动路由生成器

29 lines 550 B
{ "name": "@kfl-ui/utils", "version": "1.0.12", "description": "Vue 工具集合,包含自动路由生成器", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "vue", "router", "auto-router", "kfl-ui" ], "author": "FirstsnowLucky <firstsnow1119@163.com>", "license": "MIT", "dependencies": { "vue": "^3.5.13", "vue-router": "^4.0.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup" } }