We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ab3da commit cb4d3bcCopy full SHA for cb4d3bc
README.md
@@ -12,10 +12,18 @@
12
13
## How to run
14
15
-You must build first to run app with NeutralinoJS
+### Run Development Mode
16
17
```bash
18
-$ vue build
19
----
20
-$ neu run
+$ vue serve
+--
+$ npm run tauri dev
21
```
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