0.0.2 • Published 1 year ago

@x-attempt/ui v0.0.2

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

x-attempt-ui

安装

# pnpm
pnpm i @x-attempt/ui

# npm
npm i @x-attempt/ui

# yarn
yarn add @x-attempt/ui

使用

// main.ts
import { createApp } from 'vue'
import XAttemptUI from '@x-attempt/ui'
import '@x-attempt/ui/dist/index.css'
import App from './App.vue'

const app = createApp(App)

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

贡献

如果你有兴趣参与本项目开发,请查看CONTRIBUTING.md.

0.0.2

1 year ago

0.0.1

1 year ago