2.0.1 • Published 2 years ago

@cldcvr/flow-log v2.0.1

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

Flow Log

The Flow Log is built on the Flow design framework (website / github) using Monaco Editor

Installation

1️⃣ Install flow code editor dependency

npm i --save @cldcvr/flow-log

Note: after installation, re-start your application.

2️⃣ Import flow-log into your project

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

import "@cldcvr/flow-core";
import "@cldcvr/flow-log";

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 "@cldcvr/flow-log/dist/types/vue3";

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

import "@cldcvr/flow-log/dist/types/vue2";

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

"include": ["src", "./node_modules/@cldcvr/flow-log/dist/types/react.ts"]
2.0.1

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.1-beta.0

2 years ago

1.0.3

2 years ago

0.0.1

2 years ago