1.1.2 • Published 7 years ago

clean-ui v1.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 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

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago