1.0.26 • Published 8 months ago

dk-plus v1.0.26

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

✨ 特性

  • 🪐 15+ 常用组件
  • 🏆 支持完整引入和按需引入
  • 🤟 配置简单,上手容易
  • ❤️ 根据实际需求开发
  • 📃 优质详细的文档
  • 👍 提出需求,不断完善
  • 🛠 更多特性开发中

🔑 安装

使用 pnpm 安装

pnpm add --save-dev dk-plus

使用 npm 安装

npm install --save-dev dk-plus

使用 yarn 安装

yarn add --save-dev dk-plus

🎉 快速上手

import { createApp } from 'vue'
import App from './App.vue'
import dkPlus from 'dk-plus'
import '@dk-plus/theme-chalk/src/index.scss'

createApp(App).use(dkPlus).mount('#app')

🪂 快速体验

<head>
  <link
    rel="stylesheet"
    href="https://cdn.jsdelivr.net/npm/dk-plus/theme-chalk/index.css"
  />
</head>

<body>
  <div id="app">
    <h1>示例</h1>
    <dk-button type="primary">默认按钮</dk-button>
    <dk-button type="success">主要按钮</dk-button>
    <dk-button type="danger">成功按钮</dk-button>
    <dk-button type="warning">警告按钮</dk-button>
  </div>
  <script src="https://unpkg.com/vue@next/dist/vue.global.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/dk-plus"></script>
  <script type="module">
    const { createApp, ref } = Vue
    const app = createApp({
      setup() {
        const visible = ref(false)
        return { visible }
      }
    })
    app.use(dkPlus.default)
    app.mount('#app')
  </script>
</body>

🐳 相关链接

🌈 加入 DK-plus

添加微信请备注 Github 用户名

💌 特别感谢

感谢所有已经为 DK-plus 做出贡献的人!

📃 协议许可证

MIT

1.0.2-2.8

10 months ago

1.0.2-2.9

10 months ago

1.0.26

8 months ago

1.0.25

8 months ago

1.0.24

10 months ago

1.0.23

10 months ago

1.0.22

10 months ago

1.0.21

10 months ago

1.0.20

10 months ago

1.0.19

10 months ago

1.0.18

11 months ago

1.0.1-8.7

11 months ago

1.0.1-8.5

11 months ago

1.0.1-8.6

11 months ago

1.0.1-8.3

11 months ago

1.0.1-8.4

11 months ago

1.0.1-8.1

11 months ago

1.0.1-8.2

11 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.0.9

11 months ago

1.0.8

12 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago