Skip to content

Flux UI is a component package for VueJS! Flux UI allows you to create user interfaces with components from Windows 11

Notifications You must be signed in to change notification settings

DarkMalwre/FluxUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flux UI

Build Window 11 styled user interfaces with VueJS

Installation

First install the package into your project

npm install axeri-flux-ui

Next create a new plugin instance and install into a VueJS app

// Your VueJS entry script
import { createApp } from "vue";
import App from "./App.vue";
import FluxUi from "axeri-flux-ui/src/vue/Main";

const app = createApp(App);
    
app.use(FluxUi.create());
app.mount("#app");

And that's it, FluxUI is now installed into your VueJS project!

About

Flux UI is a component package for VueJS! Flux UI allows you to create user interfaces with components from Windows 11

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages