Skip to content

Commit 189a34d

Browse files
committed
readme update
1 parent 32b1d05 commit 189a34d

2 files changed

Lines changed: 22 additions & 3 deletions

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ComfyUI Frontend Vue Basic
2-
(Still WIP)
2+
(Important: Make sure to install this latest version of ComfyUI Frontend Vue Basic - 1.25.0!!!)
33

44
A demonstration custom node that showcases how to integrate Vue as a frontend framework within ComfyUI, complete with PrimeVue components and vue-i18n support.
55

@@ -30,6 +30,25 @@ This demonstration node is not designed to be installed directly via **git clone
3030
- [ComfyUI Manager]()
3131
- [ComfyUI Registry]()
3232

33+
## Development Setup
34+
If you want to learn how to develop this custom node or modify it, you can set up a local development environment. Follow these steps:
35+
1. Clone the repository in your ComfyUI custom nodes directory:
36+
```bash
37+
git clone https://github.com/jtydhr88/ComfyUI_frontend_vue_basic
38+
2. Navigate to the project directory:
39+
```bash
40+
cd ComfyUI_frontend_vue_basic
41+
```
42+
3. Install dependencies:
43+
```bash
44+
npm install
45+
```
46+
4. Build the project:
47+
```bash
48+
npm run build
49+
```
50+
5. Refresh ComfyUI to load.
51+
3352
## Usage
3453

3554
After installation:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui_frontend_vue_basic"
3-
description = "ComfyUI Frontend Vue Basic is custom node that demonstrate how to use vue as frontend framework along with primevue and vue-i18n, cooperating with ComfyUI API"
4-
version = "0.0.14"
3+
description = "ComfyUI Frontend Vue Basic is custom node that demonstrate how to use vue as frontend framework along with primevue and vue-i18n, cooperating with ComfyUI API. Needs ComfyUI Frontend 1.25.0 or later."
4+
version = "0.0.15"
55
license = {file = "LICENSE"}
66
dependencies = []
77

0 commit comments

Comments
 (0)