Git Product home page Git Product logo

booker-ui's Introduction


Slidev

基于 Vite 的组件库开发实践,包含项目启动,组件文档,代码规范,单元测试和自动部署等内容。

功能

  • ⚡ 基于Vite+Vue3,快速开发和构建强壮的应用
  • 🎨 使用原子化CSS构建方案
  • ✨ 使用Vitest作为测试框架,保障功能稳定性
  • 🔖 使用Typescript,提供静态类型检查和类型提示
  • 💎 使用Github Action持续集成,自动部署和发布
  • 🎲 使用Husky和Eslint检查代码规范,保障良好的代码样式

快速开始

  1. 安装依赖
pnpm install booker-ui -D
  1. 引入依赖
import BookerUI from 'booker-ui';
import 'booker-ui/dist/assets/entry.css'

createApp(App).use(BookerUI).mount('#app');
  1. 在组件中使用
<template>
  <div>
    <JSXButton color="red">测试按钮</JSXButton>
  </div>
</template>

参考链接

booker-ui's People

Contributors

juetan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.