File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,29 +10,29 @@ Open a terminal in the directory of your app created with Vue-CLI 3.
10
10
11
11
Then, install and invoke the generator of vue-cli-plugin-electron-builder by running:
12
12
13
- vue add electron-builder
13
+ ` vue add electron-builder `
14
14
15
15
That's It! Your ready to go!
16
16
17
17
### To start a development server:
18
18
19
19
If you use [ Yarn] ( https://yarnpkg.com/en/ ) (strongly recommended):
20
20
21
- yarn serve: electron
21
+ ` yarn serve:electron `
22
22
23
23
or if you use NPM:
24
24
25
- npm run serve: electron
25
+ ` npm run serve:electron `
26
26
27
27
### To build your app:
28
28
29
29
With yarn:
30
30
31
- yarn build: electron
31
+ ` yarn build:electron `
32
32
33
33
or with NPM:
34
34
35
- npm run build: electron
35
+ ` npm run build:electron `
36
36
37
37
### Folder Structure:
38
38
@@ -78,7 +78,7 @@ When building your app, any arguments will be passed to electron-builder. To pas
78
78
79
79
** Example:**
80
80
81
- yarn build: electron [ electron-builder options] --webpack [ electron-webpack options]
81
+ ` yarn build:electron [electron-builder options] --webpack [electron-webpack options] `
82
82
83
83
### Electron Builder:
84
84
You can’t perform that action at this time.
0 commit comments