Skip to content

Latest commit

 

History

History
80 lines (51 loc) · 2.77 KB

README.en-US.md

File metadata and controls

80 lines (51 loc) · 2.77 KB

A front-end UI component library suitable for Vue 3. x

License visitors

简体中文 | English

🎉 Features

  • Improving efficiency: Continuously enriching functional functions and practical components, allowing you to develop and call with great excitement

  • Ready to use out of the box: Beginner developers can also quickly get started, with a simple usage method and no need for tedious steps

  • Document friendly: The tutorial instructions are detailed and complete, with hands-on instructions on how to use each function elegantly

  • Vue3 Driver: Support new features, stay at the forefront of technology with you, and fully appreciate the charm of code

  • Facing the Future: While meeting requirements, we will continuously update and explore new functions, components, and technologies

  • Open source co construction: We are in the open source community, always open arms and welcome you to join, regardless of nationality or skin color

📦 Installation

# Currently, no version has been released. Stay tuned

💡 Contribution

If you want to participate in the development of this project and contribute to the open source industry, you may need to follow these steps:

  • Click on the Star button in the top right corner of the project repository to add your collection, which represents your recognition and great encouragement to us!

  • Please Fork this repository to your account first, and then perform a cloning operation on your repository:

    # Clone your repository
    git clone [url]
  • This project uses pnpm for dependency management. If not installed, please install globally and download project dependencies:

    # Install pnpm globally
    npm install pnpm -g
    
    # View version number
    pnpm -v
    
    # Download project dependencies
    pnpm install
  • We have prepared detailed documentation guides for users and developers. You can go to the official documentation or start browsing locally to view more content:

    # Start local document site http://localhost:8592/
    pnpm docs:dev

LICENSE

This project is licensed under the MIT open source license. Please see the license file for more information.