2.0.0 • Published 5 months ago

@nonfx/flow-dashboard v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Flow Dashboard

The Flow dashboard is built on the Flow design framework (website / github)

Installation

1️⃣ Install flow dashboard dependency

npm i --save @nonfx/flow-dashboard

Note: after installation, re-start your application.

2️⃣ Import flow-dashboard into your project

Paste the below snippet in your project and add your application startup/runtime code to it.

import "@nonfx/flow-core";
import "@nonfx/flow-dashboard";

3️⃣ For a typescript enabled project (optional)

Note: After adding, re-start your application. Make sure you are using version >4.5

For Vue 3: Copy paste below import types in your main.ts file.

import "@nonfx/flow-dashboard/dist/types/vue3";

Copy paste below import types in your main.ts file.

import "@nonfx/flow-dashboard/dist/types/vue2";

React: Include react type in tsconfig.json file like below.

"include": ["src", "./node_modules/@nonfx/flow-dashboard/dist/types/react.ts"]
1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

2.0.0

5 months ago

1.0.3

6 months ago

0.1.0

1 year ago

0.0.1

1 year ago