hsww-xka
TypeScript icon, indicating that this package has built-in type declarations

8.7.52 • 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 hsww-xka

Weekly Downloads

1

Version

8.7.52

License

MIT

Unpacked Size

3.74 MB

Total Files

1111

Last publish

Collaborators

  • huizi0808
  • zhuxiaolong
  • pepsilfs
  • wangxia1214
  • ouquan