0.0.3 • Published 2 years ago

@fastjsui/fastui v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

🏠 项目主页

Fast UI 组件库

演示地址

📦 环境要求

  • node >=16.14.2

🛠️ 安装

pnpm install @fastjsui/fastui

✍️ 全局引用

import { createApp } from 'vue'
import fastui from '@fastjsui/fastui'
import  '@fastjsui/fastui/style.css'
import App from './App.vue'

const app = createApp(App)

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

🧪 按需引用

<script setup lang="ts">
// 单独使用
// import { FButton } from '@fastjsui/fastui/Button'
</script>

<template>
  // 按钮组件
  <f-button />
</template>

🧑 开发人员

🤝 贡献

欢迎投稿、问题和功能请求! issues 地址.

⭐️ 支持

如果项目对你有帮助,请给我一个 start⭐️ 吧!

📝 License

Copyright © 2022 fastjsui. This project is MIT licensed.


This README was generated with ❤️ by fast-readme

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago