# axeri-flux-ui

> Build Window 11 styled user interfaces with VueJS

Latest version **0.0.3** (published 2021-08-10) · 0 weekly downloads

## Install

```sh
npm install axeri-flux-ui
pnpm add axeri-flux-ui
yarn add axeri-flux-ui
bun add axeri-flux-ui
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2021-08-10 |
| First published | 2021-08-09 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 3.3 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | axeridev |
| Keywords | AxeriEmber |

## Links

- npm: https://www.npmjs.com/package/axeri-flux-ui
- npm.io page: https://npm.io/package/axeri-flux-ui

## Dependencies (9)

- [vue](https://npm.io/package/vue.md) ^3.0.0
- [vuex](https://npm.io/package/vuex.md) ^4.0.0-0
- [core-js](https://npm.io/package/core-js.md) ^3.6.5
- [ts-loader](https://npm.io/package/ts-loader.md) ^6.2.2
- [vue-router](https://npm.io/package/vue-router.md) ^4.0.0-0
- [axeri-ember](https://npm.io/package/axeri-ember.md) ^0.0.11
- [electron-is-dev](https://npm.io/package/electron-is-dev.md) ^2.0.0
- [vue-class-component](https://npm.io/package/vue-class-component.md) ^8.0.0-0
- [register-service-worker](https://npm.io/package/register-service-worker.md) ^1.7.1

## Recent versions

- 0.0.3 (latest) — 2021-08-10
- 0.0.2 — 2021-08-10
- 0.0.1 — 2021-08-09

## README

# Flux UI 
Build Window 11 styled user interfaces with VueJS

## Installation
First install the package into your project
```bash
npm install axeri-flux-ui
```

Next create a new plugin instance and install into a VueJS app
```javascript
// 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!

---
_Source: https://npm.io/package/axeri-flux-ui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
