File tree 7 files changed +17
-21
lines changed
7 files changed +17
-21
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
node_modules
3
3
/dist
4
- /docs
5
4
/build
6
5
7
6
/tests /e2e /videos /
Original file line number Diff line number Diff line change 1
-
2
1
<p align =" center " >
3
- <img src =" public/img /logo.png" >
2
+ <img src =" docs/images /logo.png" >
4
3
</p >
5
4
6
5
<h2 align =" center " >Lazy Drive</h2 >
13
12
<br >
14
13
15
14
<p align =" center " >
16
- <img src =" public/img /pre.gif" >
15
+ <img src =" docs/images /pre.gif" >
17
16
</p >
18
17
19
-
20
18
### Directory layout
21
19
22
-
23
-
24
20
.
25
21
├── docs # Documentation files (alternatively `doc`)
26
22
├── public # Public files
32
28
33
29
## Vue CLI-3 Install
34
30
35
-
36
31
# npm
37
32
npm install -g @vue/cli
38
33
39
-
40
34
## Installation
41
35
42
36
# Install imagemagick
54
48
# Done! Magic happens on port: `http://localhost:8080`
55
49
56
50
## 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 `
63
59
64
60
## 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
71
61
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
72
69
73
70
# Contributions
74
71
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments