wisestar-ui

1.3.4 • Public • Published

English | 中文

npm-package docs README.zh-CN

Documentation

https://ui.code-stack.cn/

Introduction

A Vue 3 Component Library. The next generation ui component library of wisestar-ui is based on vue3.2 Version.

wisestar-ui is easy to use, simple to configure, lightweight components, easy to use, as easy as copy and paste.

Install

npm

Install using npm.

npm i wisestar-ui -D

Quick Start

main.ts | main.js

import { createApp } from 'vue'
import App from './App.vue'
import WisestarUI from 'wisestar-ui'
import 'wisestar-ui/style/index.css'

createApp(App).use(WisestarUI).mount('#app')

License

wisestar-ui is open source software licensed as MIT.

Package Sidebar

Install

npm i wisestar-ui

Weekly Downloads

1

Version

1.3.4

License

ISC

Unpacked Size

60.5 kB

Total Files

47

Last publish

Collaborators

  • code-hua