0.0.6 • Published 1 year ago

@sunhy/soft-ui v0.0.6

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

FrontUI

一个基于Vue3的前端组件库

在线文档

https://sunhy-cn.gitee.io/front-ui

(可能会出现更新滞后)

安装

# Choose a package manager you like.

# NPM
$ npm install @sunhy/soft-ui --save

# Yarn
$ yarn add @sunhy/soft-ui

# pnpm
$ pnpm install @sunhy/soft-ui

开始使用

通过npm包引入

// in main.js
import { createApp } from 'vue'
import SUI from '@sunhy/soft-ui'
import '@sunhy/soft-ui/lib/style.css'
import App from './App.vue'

const app = createApp(App)
app.use(SUI)

app.mount('#app')
0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago