Atinux / vunix

Vunix is an open source ui library for developing HTML/CSS and JS websites. This package is developed on top of tailwindcss, Vue.js and Nuxt.js

Home Page:https://vunix.dewib.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vunix

This is an official Vunix repository

What is Vunix

Vunix is an open source library that expose a bunch of components to easily integrate the design of your website.

The core is build on top of Vue.js framework and TailwindCSS to easily customize your theme from a configuration file.

Vunix is also compatible with Nuxt.js

What's inside?

This reposiroty uses Yarn as a package manager. It includes the following packages/apps:

Apps and Packages

  • docs: a Nuxt.js app
  • nuxt-example: Another Nuxt.js example of usage and installation
  • vue-example: a Vue.js example of usage and installation
  • vunix/core: a stub Vue.js component library and used by all applications
  • vunix/vue: a Vue.js compatible module that bundle the core
  • vunix/nuxt: a Nuxt.js compatible module that bundle the core
  • vue-tailwind-plugin: a TailwindCSS plugin to handle css optimisation classes exposition

Each package/app is 100% TypeScript.

Build

To build all apps and packages, run the following command:

yarn install
yarn run build

Develop

To develop all apps and packages, run the following command:

yarn install
yarn run dev

Release / Publish

https://github.com/changesets/changesets

About

Vunix is an open source ui library for developing HTML/CSS and JS websites. This package is developed on top of tailwindcss, Vue.js and Nuxt.js

https://vunix.dewib.com


Languages

Language:TypeScript 59.4%Language:Vue 30.0%Language:JavaScript 5.0%Language:CSS 4.7%Language:HTML 0.6%Language:Shell 0.2%