Skip to content

Commit 169c9c3

Browse files
committed
update readme
1 parent e6a0a14 commit 169c9c3

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ pnpm-debug.log*
2121
*.njsproj
2222
*.sln
2323
*.sw?
24+
25+
# ---------------------------------------
26+
27+
.tmp
28+
bin

.tmp/auth_info.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ Neutralinojs is a lightweight and portable desktop application development frame
88

99
Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
1010

11+
## How to run
12+
13+
You must build first to run app with NeutralinoJS
14+
15+
```bash
16+
$ vue build
17+
---
18+
$ neu run
19+
```

0 commit comments

Comments
 (0)