Skip to content

Commit 7d3b629

Browse files
committed
update README
1 parent f05d574 commit 7d3b629

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ Open a terminal in the directory of your app created with Vue-CLI 3.
1010

1111
Then, install and invoke the generator of vue-cli-plugin-electron-builder by running:
1212

13-
vue add electron-builder
13+
`vue add electron-builder`
1414

1515
That's It! Your ready to go!
1616

1717
### To start a development server:
1818

1919
If you use [Yarn](https://yarnpkg.com/en/) (strongly recommended):
2020

21-
yarn serve:electron
21+
`yarn serve:electron`
2222

2323
or if you use NPM:
2424

25-
npm run serve:electron
25+
`npm run serve:electron`
2626

2727
### To build your app:
2828

2929
With yarn:
3030

31-
yarn build:electron
31+
`yarn build:electron`
3232

3333
or with NPM:
3434

35-
npm run build:electron
35+
`npm run build:electron`
3636

3737
### Folder Structure:
3838

@@ -78,7 +78,7 @@ When building your app, any arguments will be passed to electron-builder. To pas
7878

7979
**Example:**
8080

81-
yarn build:electron [electron-builder options] --webpack [electron-webpack options]
81+
`yarn build:electron [electron-builder options] --webpack [electron-webpack options]`
8282

8383
### Electron Builder:
8484

0 commit comments

Comments
 (0)