Skip to content

Commit 72f9da8

Browse files
author
Anu1601CS
committed
new
1 parent 1f9a301 commit 72f9da8

File tree

7 files changed

+17
-21
lines changed

7 files changed

+17
-21
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.DS_Store
22
node_modules
33
/dist
4-
/docs
54
/build
65

76
/tests/e2e/videos/

README.md

+17-20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
<p align="center">
3-
<img src="public/img/logo.png">
2+
<img src="docs/images/logo.png">
43
</p>
54

65
<h2 align="center">Lazy Drive</h2>
@@ -13,14 +12,11 @@
1312
<br>
1413

1514
<p align="center">
16-
<img src="public/img/pre.gif">
15+
<img src="docs/images/pre.gif">
1716
</p>
1817

19-
2018
### Directory layout
2119

22-
23-
2420
.
2521
├── docs # Documentation files (alternatively `doc`)
2622
├── public # Public files
@@ -32,11 +28,9 @@
3228

3329
## Vue CLI-3 Install
3430

35-
3631
# npm
3732
npm install -g @vue/cli
3833

39-
4034
## Installation
4135

4236
# Install imagemagick
@@ -54,21 +48,24 @@
5448
# Done! Magic happens on port: `http://localhost:8080`
5549

5650
## To start a development server desktop app with electron:
57-
58-
### if you use NPM:
59-
`npm run electron:serve`
60-
61-
### To build your app:
62-
`npm run electron:build`
51+
52+
### if you use NPM:
53+
54+
`npm run electron:serve`
55+
56+
### To build your app:
57+
58+
`npm run electron:build`
6359

6460
## Production
65-
66-
### In root run
67-
`npm run build`
68-
69-
### It build fresh production package in server public folder for you.
70-
`npm run drive
7161

62+
### In root run
63+
64+
`npm run build`
65+
66+
### It build fresh production package in server public folder for you.
67+
68+
`npm run drive
7269

7370
# Contributions
7471

File renamed without changes.
File renamed without changes.

public/img/icons/logo.png

-85.7 KB
Binary file not shown.

public/img/icons/logo11.png

-6.32 KB
Binary file not shown.

public/img/icons/logo2.png

-5.78 KB
Binary file not shown.

0 commit comments

Comments
 (0)