Skip to content

Commit

Permalink
add github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed Jun 7, 2021
1 parent 5aedd92 commit de5bf16
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .editorconfig
@@ -0,0 +1,15 @@
# https://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,6 +1,6 @@
.DS_Store
node_modules
/dist
# 注释 /dist 或者删除这一行


# local env files
Expand Down
1 change: 1 addition & 0 deletions dist/css/app.9d908c96.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added dist/favicon.ico
Binary file not shown.
Binary file added dist/img/logo.82b9c7a5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/index.html
@@ -0,0 +1 @@
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/vuejs-essential/dist/favicon.ico"><title>vuejs-essential</title><link href="/vuejs-essential/dist/css/app.9d908c96.css" rel="preload" as="style"><link href="/vuejs-essential/dist/js/app.452c837d.js" rel="preload" as="script"><link href="/vuejs-essential/dist/js/chunk-vendors.af9c2361.js" rel="preload" as="script"><link href="/vuejs-essential/dist/css/app.9d908c96.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but vuejs-essential doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/vuejs-essential/dist/js/chunk-vendors.af9c2361.js"></script><script src="/vuejs-essential/dist/js/app.452c837d.js"></script></body></html>
2 changes: 2 additions & 0 deletions dist/js/app.452c837d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/js/app.452c837d.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/js/chunk-vendors.af9c2361.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/chunk-vendors.af9c2361.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions vue.config.js
@@ -0,0 +1,5 @@
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/vuejs-essential/dist/'
: '/'
}

0 comments on commit de5bf16

Please sign in to comment.