0.0.7 • Published 4 years ago

@neokekeke/k-ui v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago