1.0.2 • Published 6 years ago
mac-ui v1.0.2
mac-ui
Simple mac ui componets
Demo
Installation
$ npm install mac-ui --save
# or with yarn
$ yarn add mac-uiUsage
<template>
<div>
<MacUi>Female</MacUi>
<div>
</template>
<script>
import MacUi from "mac-ui";
export default {
components: {
MacUi
}
}
</script>Props
Project setup
npm installCompiles and hot-reloads for development
npm run serveRun the linter
npm run lintCompiles and minifies for production
npm run build