0.0.1-alpha3 • Published 1 year ago

@uimi/ui v0.0.1-alpha3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Introduction

  • 💪 Vue 3.0 Composition API
  • 🔥 Written in TypeScript

Install

pnpm add uimi

Quick Start

import { createApp } from 'vue'
import App from './App.vue'
// import style
import '@uimi/ui/scss/index.css'
import uimi from '@uimi/ui'

// global import
createApp(App).use(uimi).mount('#app')

// or according to the need to import
import {
  UiLink,
  UiButton,
  // ...
} from '@uimi/ui'

// tsconfig.json
{
  "compilerOptions": {
    // ...
    "types": ["@uimi/ui/global"]
  }
}

About

Documentation

To check out live docs, visit website

Questions

TODO

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Copyright (c) 2019-present Yao Yi