vuelligram

0.2.4 • Public • Published

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

/vuelligram/

    Package Sidebar

    Install

    npm i vuelligram

    Weekly Downloads

    0

    Version

    0.2.4

    License

    MIT

    Unpacked Size

    18.7 kB

    Total Files

    27

    Last publish

    Collaborators

    • juangamonal