GithubHelp home page GithubHelp logo

closegoingaway / vue-weui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from banggx/vue-weui

0.0 0.0 0.0 1.13 MB

基于vue3封装实现的weui样式组件库

Home Page: https://bangtz.github.io/vue-weui/

License: Apache License 2.0

Shell 0.06% JavaScript 6.33% TypeScript 51.92% HTML 0.29% Vue 40.33% Less 1.06%

vue-weui's Introduction

中文版 | English

vue-weui

codecov

Weui style UI component library developed and implemented based on Vue3.

Quick start

Before starting to use it, you need to introduce the weui style file into the html file. (WeUI)

<link rel="stylesheet" href="https://res.wx.qq.com/open/libs/weui/2.3.0/weui.min.css"/>

Install component package.

npm install vue-weui-next

# or

yarn install vue-weui-next

Complete introduction.

import { createApp } from 'vue';
import App from './App.vue';
import Weui from 'vue-weui-next';

const app = createApp(App);
app.use(Weui);
app.mount('#app');

Manual import.

<template>
  <Button>button</Button>
</template>
<script>
  import { Button } from 'vue-weui-next'
  export default {
    components: { Button },
  }
</script>

Contact

Currently, the content of the basic components of weui has been improved. We will continue to update and improve the components related to the weui form form in the future. If you are interested in this project, you are welcome to contribute.

If you find any code problems, please feel free to submit an issue. The author will update and fix them in time. Thank you.

bangtz (Add please note vue-weui)

License

Apache License 2.0

vue-weui's People

Contributors

banggx 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.