0.2.4 • Published 4 years ago
vuelligram v0.2.4
Vuelligram
Vuelligram is a stupidly lightweight components library based on the Milligram CSS Framework.
Installation
npm install -S vuelligramUsage
<template>
<m-button>Use Vuelligram<m-button>
</template>
<script>
import { MButton } from "vuelligram/button";
export default {
components: { MButton }
}
</script>Components
- Blockquotes
- Buttons
- Tables
- Lists
- Forms (Input, Select, Textarea)
- Code
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your unit tests
npm run test:unitLints and fixes files
npm run lint