0.2.5 • Published 3 years ago

vuetom-ui v0.2.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Introduction 📜

A Vue3 UI library

Quick Start 🏷️

install

npm i vuetom-ui

use(es)

import VuetomUI from 'vuetom-ui'
import 'vuetom-ui/dist/vuetom-ui.css'

use(borwser)

<script src="https://unpkg.com/vue@next"></script>
<script src="../dist/vuetom-ui.js"></script>
<link rel="stylesheet" href="../dist/vuetom-ui.css">

const app = Vue.createApp(App);
app.use(VuetomUI);
app.mount("#app");

development ⚒

  1. Install all packages

    npm i 
    
    # npm install [for npm]
  2. Generate build files for deployment

    npm run build
    
    # npm run b [for development build]
    # npm run build:umd [for umd]
    # npm run build:esm [for es]
    # npm run build:theme [for themes]
  3. Run document server

    npm run docs

What's Included 📦

  • dist
  • docs
  • src
    • components
    • utils
    • index.ts
  • test
  • types

What's in New Version 💎

VuetomUI VersionInfo
0.1.0Button Row Col
0.2.0Table Message

UI Support 🖥️

  • Nodj.js (require)
  • ES6 (import)
  • Browser (<script>)

Changelog 📆

Please refer to the ChangeLog file.

Credits 🙏

Useful Links 🔗

Social Media 🌍

0.2.5

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago