Skip to content

Commit cb4d3bc

Browse files
committed
update readme
1 parent 48ab3da commit cb4d3bc

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,18 @@
1212

1313
## How to run
1414

15-
You must build first to run app with NeutralinoJS
15+
### Run Development Mode
1616

1717
```bash
18-
$ vue build
19-
---
20-
$ neu run
18+
$ vue serve
19+
--
20+
$ npm run tauri dev
2121
```
22+
23+
### Build
24+
25+
```bash
26+
$ npm run tauri build
27+
```
28+
29+
for more information about Tauri, please visit [(tauri-apps/tauri)](https://github.com/tauri-apps/tauri).

0 commit comments

Comments
 (0)