Skip to content

Commit 8b28488

Browse files
committed
Using vue-rollup-boilerplate
1 parent ff346b0 commit 8b28488

File tree

15 files changed

+17019
-7534
lines changed

15 files changed

+17019
-7534
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
node_modules
1+
.DS_Store
2+
node_modules/
3+
npm-debug.log

public/app.css renamed to dist/assets/css/app.css

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,77 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
body {
18+
display: flex;
19+
align-items: center;
20+
justify-content: center;
21+
height: 100%;
22+
margin: 0;
23+
}
24+
25+
.app {
26+
color: #444;
27+
margin-top: 100px;
28+
max-width: 600px;
29+
font-family: Helvetica, sans-serif;
30+
text-align: center;
31+
display: flex;
32+
align-items: center;
33+
}
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
73+
74+
175

276
*,
377
*:before,
@@ -61,3 +135,4 @@ body {
61135
top: 2px;
62136
left: 8px;
63137
}
138+

dist/assets/images/logo.png

2.73 KB
Loading

0 commit comments

Comments
 (0)