1.0.2 • Published 4 years ago

mac-ui v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

mac-ui

Simple mac ui componets

Demo

Installation

$ npm install mac-ui --save

# or with yarn

$ yarn add mac-ui

Usage

<template>
  <div>
    <MacUi>Female</MacUi>
  <div>
</template>
<script>
  import MacUi from "mac-ui";
  export default {
    components: {
      MacUi
    }
  }
</script>

Props

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Run the linter

npm run lint

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.