GithubHelp home page GithubHelp logo

radishes-music / v-easy-components Goto Github PK

View Code? Open in Web Editor NEW
13.0 2.0 0.0 3.1 MB

一个基于vue3的ui库

Home Page: https://v-easy-components.netlify.app/

License: MIT License

JavaScript 6.76% Vue 32.61% HTML 0.64% TypeScript 22.85% Shell 0.18% Less 36.95%
ui-components vue3 less css

v-easy-components's Introduction

v-easy-components

v-easy-components (support Vue3)

Build Status

Document (not up-to-date)

Install

npm install v-easy-components@next -D

or

yarn add v-easy-components@next -D

Quick Start

import { createApp } from 'vue'
import 'v-easy-components/dist/theme-chalk/index.css'
import VEasyComponents from 'v-easy-components'

const app = createApp()

app.use(VEasyComponents)

Browser Start

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>v-easy-components</title>
    <script src="https://unpkg.com/[email protected]/dist/vue.global.js"></script>
    <script src="https://unpkg.com/v-easy-components/dist/index.js"></script>
    <link
      rel="stylesheet"
      href="https://unpkg.com/v-easy-components/dist/theme-chalk/index.css"
    />
  </head>
  <body>
    <div id="root"></div>
  </body>
  <script>
    const { createApp } = Vue

    const App = createApp({
      template: `<ve-button @click="$message('Test')">Click</ve-button>`
    })
    App.use(VEASY)

    App.mount('#root')
  </script>
</html>

Browser Support (IE is currently not supported)

Modern browsers and Internet Explorer 11+.

Changelog

Detailed changes for each release are documented in the release notes.

LICENSE

MIT

Note

If you have any problems during use, you can raise issues, this project will be kept updated at all times, but due to limited personal energy, please clone by yourself for commercial use.

v-easy-components's People

Contributors

hq001 avatar linkontoask avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar lv_fly avatar HuangXiaoJu avatar hehao9527 avatar  avatar ZooMze avatar  avatar  avatar  avatar watson avatar tryag avatar

Watchers

James Cloos avatar  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.