eye-vue
TypeScript icon, indicating that this package has built-in type declarations

8.7.0-beta • Public • Published

EyeVue

这里是 Eye 的 Vue 实现,开发和服务于企业级后台产品

QuickStart

import Vue from "vue"

// @ts-ignore
import EyeHSww, { Theme } from "eye-vue/es/hsww";

import "eye-vue/es/style/index.less"
import "eye-vue/es/hsww/style/index.less"
import "eye-vue/es/hsww/style/skin/land/index.less"
import './src/style/base.less';

// @ts-ignore
import DingTalkPlugin from "eye-vue/es/plugin/dingtalk"

// @ts-ignore
import RouterConfig from "@/router.config";

Vue.use(EyeHSww,{


    theme: Theme.land,

    /**
     * 扩展Vue属性
     */
    plugins: {
        "$login" : DingTalkPlugin
    },

    router:{
        /**
         * 路由设置
         */
        routers: [
            ...RouterConfig.routers
        ],
    },
})

Links

Readme

Keywords

Package Sidebar

Install

npm i eye-vue

Weekly Downloads

144

Version

8.7.0-beta

License

MIT

Unpacked Size

3.75 MB

Total Files

1196

Last publish

Collaborators

  • zhouhan102
  • alvin.yangbo
  • cabber
  • zhuxiaolong