UNPKG

@esmx/router-vue

Version:

Vue integration for @esmx/router - A universal router that works seamlessly with both Vue 2.7+ and Vue 3

86 lines (85 loc) 2.16 kB
{ "name": "@esmx/router-vue", "description": "Vue integration for @esmx/router - A universal router that works seamlessly with both Vue 2.7+ and Vue 3", "keywords": [ "vue", "router", "routing", "vue-router", "composition-api", "typescript", "universal", "vue2", "vue3", "navigation", "esmx", "esm", "single-page-application", "spa", "framework", "frontend" ], "template": "library", "scripts": { "lint:js": "biome check --write --no-errors-on-unmatched", "lint:css": "pnpm run lint:js", "lint:type": "tsc --noEmit", "test": "vitest run --pass-with-no-tests", "coverage": "vitest run --coverage --pass-with-no-tests", "build": "unbuild" }, "contributors": [ { "name": "lzxb", "url": "https://github.com/lzxb" }, { "name": "RockShi1994", "url": "https://github.com/RockShi1994" }, { "name": "jerrychan7", "url": "https://github.com/jerrychan7" }, { "name": "wesloong", "url": "https://github.com/wesloong" } ], "peerDependencies": { "vue": "^3.5.0 || ^2.7.0" }, "dependencies": { "@esmx/router": "3.0.0-rc.75" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "^24.10.0", "@vitest/coverage-v8": "3.2.4", "typescript": "5.9.3", "unbuild": "3.6.1", "vitest": "3.2.4", "vue": "3.5.23", "vue2": "npm:vue@2.7.16" }, "version": "3.0.0-rc.75", "type": "module", "private": false, "exports": { ".": { "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "module": "dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "lib", "src", "dist", "*.mjs", "template", "public" ], "gitHead": "3e8f096e0577783e2962bdfcf530f2d4aa7038b3" }