Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 689 Bytes

README.EN.md

File metadata and controls

26 lines (20 loc) · 689 Bytes

Zenless UI

A Vue.js 3 UI Library inspired by Zenless Zone Zero

中文 | English

Install

pnpm install zenless-ui -S

Quick Start

import { createApp } from 'vue'
import ZenlessUI from 'zenless-ui'
import 'zenless-ui/dist/index.css'
import App from './App.vue'

const app = createApp(App)

app.use(ZenlessUI)
app.mount('#app')

Checkout Quick Start for more information.

LICENSE

MIT