0.0.7 • Published 3 years ago

@neokekeke/k-ui v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@neokekeke/k-ui 组件库

安装

npm i @neokekeke/k-ui

用法

import Vue from 'vue'
import NeoUI from '@neokekeke/k-ui'
import '@neokekeke/k-ui/lib/css/k-ui.css';

Vue.use(NeoUI)

<!-- 引入Button组件 -->
<template>
  <div class="test-container">
   <n-button></n-button>
  </div>
</template>
0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago