1.1.2 • Published 6 years ago

clean-ui v1.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Welcome!

https://germolinal.github.io/clean-ui/

Instructions

VueJS

  1. Install clean-ui
npm install --save clean-ui

Nuxt

  1. Install clean-ui
npm install --save clean-ui
  1. Add the clean-ui plugin
module.exports = {
  plugins : [    
    '~/node_modules/clean-ui/clean-ui.nuxt'
  ],
...
  1. Add something!
<template>
    <a-button :variant="'primary'"> My first button </a-button>
<template>
1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago