Socket
Socket
Sign inDemoInstall

kuke-examples

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kuke-examples

```sh vue create 项目名 ```


Version published
Maintainers
1
Created
Source

vue-cli

vue create 项目名

vite

pnpm create vite 项目名

安装

pnpm install kuke-ui @kukefe/shared-components kk-css -S

使用

完整引入

import Vue from "vue";
import "kuke-ui/lib/theme-chalk/index.css";
import KKUI from "kuke-ui";
import KUI from "@kukefe/shared-components";
Vue.use(KKUI);
Vue.use(KUI);

完整引入

import { Icon, Button, Message, Tooltip } from "kuke-ui";
import { Row, Col, LayoutPage, Typography, Divider } from "@kukefe/shared-components";
Vue.use(Icon).use(Button).use(Tooltip);
Vue.use(Row).use(Col).use(LayoutPage).use(Typography).use(Divider)
Vue.prototype.$message = Message;
import "kuke-ui/lib/theme-chalk/message.css";

FAQs

Package last updated on 08 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc