0.4.0 • Published 2 years ago

@ui-puzzles/trigon v0.4.0

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

CI MIT codecov

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 package

// 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 / EdgeFirefoxChromeSafariOperaElectron
Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 2 versions

Join Discussion Group

License

This project is MIT licensed

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago