hh-vue-base
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

基于vue3的常用组件和工具库

如何使用

安装依赖库
npm i hh-vue-base
导入组件库

编辑main.ts/main.js文件,使用如下:

import { createApp } from 'vue'

import './style.css'

import 'hh-vue-base/dist/styles.css'

import App from './App.vue'

import hhBaseVue from 'hh-vue-base'

const app = createApp(App)

app.use(hhBaseVue)

app.mount('#app')

Readme

Keywords

Package Sidebar

Install

npm i hh-vue-base

Weekly Downloads

35

Version

0.0.7

License

MIT

Unpacked Size

209 kB

Total Files

7

Last publish

Collaborators

  • hhui056