@ui-puzzles/trigon
v0.4.0
Published
A simple set of components based on Vue 3
Downloads
1
Readme
A simple set of components based on Vue3.
English | 简体中文
Features
- Based on Vue3 framework.
- Supporting JSX and SFC.
- Jest and Vue3 plugins for unit testing.
- Eslint + Prettier + Husky for syntax checking.
- Building with Rollup.
- Vitepress and Vercel for building document site.
- Based on Action CI for CI/CD.
Install
// npm
npm i @ui-puzzles/trigon
// yarn
yarn add @ui-puzzles/trigon
Usage
import Vue from 'vue';
import TrigonUI from '@ui-puzzles/trigon';
const App = {
template: `
<TButton />
`,
};
createApp(App).use(TrigonUI).mount('#app');
Browser Support
| IE / Edge | Firefox | Chrome | Safari | Opera | Electron | | --------- | --------------- | --------------- | --------------- | --------------- | --------------- | | Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
Join Discussion Group
License
This project is MIT licensed