Vuelligram is a stupidly lightweight components library based on the Milligram CSS Framework.
npm install -S vuelligram
<template>
<m-button>Use Vuelligram<m-button>
</template>
<script>
import { MButton } from "vuelligram/button";
export default {
components: { MButton }
}
</script>
- Blockquotes
- Buttons
- Tables
- Lists
- Forms (Input, Select, Textarea)
- Code
npm install
npm run serve
npm run build
npm run test:unit
npm run lint