Git Product home page Git Product logo

vue-ui-frame's Introduction

这是一个Vue 的 UI组件仓库

作者:何中峰

开始时间:2020/5/9 起

结束时间:2020/6/1 止

介绍

这是我在学习Vue框架的时候写的一个Vue的UI框架,希望你能喜欢

开始使用

1.用前须知:

CSS要求:

本组件使用的是IE8及以上浏览器支持的border-box样式,请在css中开启 *,*::before,*::after{box-sizing:border-box;}

此样式IE 15以上才支持

安装:Vue-UI-Frame

npm i --save Vue-UI-Frame

引入 Vue-UI-Frame

import   {Button,
          ButtonGroup,
          Icon,
          Collapse,
          CollapseItem,
          Vue,
          Input,
          Row,
          Column,
          Layout,
          Sider,
          Header,
          Content,
          Footer,
          Toast,
          plugin,
          Tabs,
          TabsHead,
          TabsBody,
          TabsPane,
          TabsItem,
          Popover}
        from "vue-ui-frame";

Vue.use(plugin);

import "vue-ui-frame/dist/index.css";
export default {
  name: "App",
  components: {
    HelloWorld,
    "g-button": Button,
    "g-Icon": Icon,
    "g-button-group": ButtonGroup,
     ...
  }

文档

https://1446450047.github.io/Vue-UI-Frame/

提问

变更记录

暂无

联系方式

联系我:[email protected]

贡献代码

就我一个人

vue-ui-frame's People

Contributors

herzorf avatar

Watchers

 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.