0.0.0-alpha.7 • Published 9 months ago

x-next v0.0.0-alpha.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

简介

X-Next是Ringing Tech的基础UI库。

安装

运行

pnpm i x-next

引入

// main.ts
import { createApp } from 'vue'
import XNext from 'x-next'
import "x-next/dist/style.css"; //引入组件样式
import App from './App.vue'

const app = createApp(App)

app.use(XNext)
app.mount('#app')
0.0.0-alpha.3

9 months ago

0.0.0-alpha.4

9 months ago

0.0.0-alpha.7

9 months ago

0.0.0-alpha.5

9 months ago

0.0.0-alpha.6

9 months ago

0.0.0-alpha.2

9 months ago

0.0.0-alpha.1

11 months ago