0.1.10-beta.1 • Published 7 months ago

knot-vue v0.1.10-beta.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

knot-vue

介绍

A vue library developed with vitepress

npm npm npm bundle size npm collaborators NPM GitHub last commit (by committer) GitHub commit activity (branch) GitHub top language GitHub language count GitHub Workflow Status (with event) GitHub pull requests GitHub Repo stars npm.io

快速上手

相关技术

vue , ts

安装

npm i knot-vue

or

yarn add knot-vue

使用示例

全局引入

// main.ts

import KnotVue from 'knot-vue'
const app = createApp(App)

app.use(KnotVue)
app.mount('#app')
// index.vue

<template>
  <kn-hello />
</template>

按需引入

// index.vue

<template>
  <kn-hello />
</template>

<script setup lang="ts">
  import { KnHello } from 'knot-vue'
</script>

使用文档

https://lh-js.github.io/knot-vue

参与贡献

1.Fork 本仓库 2.新建 Feat_xxx 分支 3.提交代码 4.新建 Pull Request

0.1.9-beta.1

7 months ago

0.1.8-beta.1

7 months ago

0.1.10-beta.1

7 months ago

0.1.7-beta.1

8 months ago

0.1.6-beta.1

8 months ago

0.1.5-beta.1

8 months ago

0.1.4-beta.1

8 months ago

0.1.3-beta.1

8 months ago

0.1.2-beta.1

8 months ago

0.1.1-beta.1

8 months ago

0.1.0-beta.1

9 months ago

0.0.10-beta.1

9 months ago

0.0.9-beta.1

9 months ago

0.0.8-beta.1

9 months ago

0.0.7-beta.1

9 months ago

0.0.6-beta.1

9 months ago

0.0.5-beta.1

9 months ago

0.0.4-beta.1

9 months ago

0.0.3-beta.1

9 months ago

0.0.2-beta.1

9 months ago

0.0.1-beta.1

9 months ago