Vue 3 UI component library built with Vite, version 1.0.24. Designed for Vue 3 projects using Vite as the bundler. It depends on Vue 3 and Element Plus as peer dependencies. Provides a set of reusable UI components with a focus on integration with Element Plus. The library is published as an npm package and is intended for use in modern Vue 3 applications. Current release cadence is not documented; likely irregular minor updates.
npm install jtui-viteVerified import paths — ran on the pinned version, not inferred.
Shows how to install and use the jtui-vite library in a Vue 3 project with Vite, including global registration via app.use().
Add element-plus and vue to your project's dependencies.
Use `import jtui from 'jtui-vite'` and `app.use(jtui)` to register all components, or import individual components as named exports if documented.
Add the CSS import to your entry file.
Run `npm install jtui-vite` and ensure it's in package.json dependencies.
Add `import jtui from 'jtui-vite'` and `app.use(jtui)` in your main.js/ts.