Skip to content

🦖 介绍

dino-vue-coredino-vue3前端框架的核心模块.

其主要承载dino开发框架的通用类型定义、Api定义、权限验证、配置等功能,与dino-spring内置类型和接口保持一致。

💡 版本依赖

  • Vue3: >=3.2
  • Node.js: >=18.0
  • TypeScript: >=4.4
  • Vite: >=5.0

🚀 快速开始

命令如下

shell
npm install  @dino-dev/vue3-core
# OR
yarn add @dino-dev/vue3-core
npm install  @dino-dev/vue3-core
# OR
yarn add @dino-dev/vue3-core

NPM

NPM包地址:https://www.npmjs.com/package/@dino-dev/vue3-core

源代码

源代码地址:https://github.com/dino-proj/dino-vue3/tree/main/dino-vue3-core

Released under the Apache-2.0 License.