vuetom-ui
TypeScript icon, indicating that this package has built-in type declarations

0.2.5 • Public • Published

vuetom-logo

Vuetom UI - A Vue3 UI library

license npm

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 Version Info
0.1.0 Button Row Col
0.2.0 Table Message

UI Support 🖥️

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

Changelog 📆

Please refer to the ChangeLog file.

Credits 🙏

Useful Links 🔗

Social Media 🌍

Readme

Keywords

Package Sidebar

Install

npm i vuetom-ui

Weekly Downloads

1

Version

0.2.5

License

MIT

Unpacked Size

672 kB

Total Files

118

Last publish

Collaborators

  • lauset