0.0.3 • Published 1 year ago

hnzk-ui v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

安装

npm install hnzk-ui

引入

import { createApp } from 'vue'
import App from '@/App.vue'
import hnzkUI from 'hnzk-ui'
import '../node_modules/hnzk-ui/dist/style.css'

const app = createApp(App)
app.use(hnzkUI)
app.mount('#app')

按需引用

import { hButton } from 'hnzk-ui'

开发环境

  • 你需要 Node.js 14+,yarn 1.1+ 和 npm 6+及 vite 2+
  • 如果您在使用yarn安装依赖的过程中出现esline检查不通过,请执行:

    yarn config set ignore-engines true
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago