vuelligram
v0.2.4
Published
Vuelligram is a stupidly lightweight components library based on the Milligram CSS Framework
Downloads
2
Readme
Vuelligram
Vuelligram is a stupidly lightweight components library based on the Milligram CSS Framework.
Installation
npm install -S vuelligram
Usage
<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 install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your unit tests
npm run test:unit
Lints and fixes files
npm run lint