Skip to content

Commit 87f1e87

Browse files
authored
Merge pull request #18 from vuejs/master
Aktualizacja
2 parents c2be312 + a835017 commit 87f1e87

File tree

134 files changed

+4034
-5585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+4034
-5585
lines changed

.editorconfig

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[*]
2+
charset = utf-8
3+
indent_style = space
4+
indent_size = 2
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ node_modules/
66
public/
77
.deploy*/
88
src/_drafts
9+
package-lock.json

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v8.9.4

0 commit comments

Comments
 (0)