feat(frontend folder): [A] 增加 dist 文件夹用于部署

[A] 增加 dist 文件夹用于部署

Signed-off-by: Ching <loooching@gmail.com>
This commit is contained in:
Ching 2021-10-04 22:24:08 +08:00
parent 1b27f47771
commit b49ce60cde
11 changed files with 35 additions and 1 deletions

1
frontend/.gitignore vendored
View File

@ -1,6 +1,5 @@
.DS_Store .DS_Store
node_modules node_modules
/dist
# local env files # local env files

1
frontend/dist/css/app.6b2379b2.css vendored Normal file
View File

@ -0,0 +1 @@
.summit-recipe[data-v-7bae9cfe]{width:100%}.el-row{margin-bottom:20px;&:last-child{margin-bottom:0}}.el-col,.grid-content{border-radius:4px}.grid-content{min-height:36px}.row-bg{padding:10px 0;background-color:#f9fafc}.content{padding:20px 10px}.re-generate{margin:20px 0;width:100%}.el-tag#meal a:link,.el-tag#meal a:visited{text-decoration:none}.el-tag#meal a:active,.el-tag#meal a:hover{text-decoration:underline}.el-tag{margin:0 5px 0 0}.el-tag+.el-tag{margin:5px 0 0 0}

File diff suppressed because one or more lines are too long

BIN
frontend/dist/favicon.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Binary file not shown.

1
frontend/dist/index.html vendored Normal file
View File

@ -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="/favicon.ico"><title>frontend</title><link href="/css/app.6b2379b2.css" rel="preload" as="style"><link href="/css/chunk-vendors.8823d44d.css" rel="preload" as="style"><link href="/js/app.adba93a7.js" rel="preload" as="script"><link href="/js/chunk-vendors.cdb5b95f.js" rel="preload" as="script"><link href="/css/chunk-vendors.8823d44d.css" rel="stylesheet"><link href="/css/app.6b2379b2.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.cdb5b95f.js"></script><script src="/js/app.adba93a7.js"></script></body></html>

2
frontend/dist/js/app.adba93a7.js vendored Normal file

File diff suppressed because one or more lines are too long

1
frontend/dist/js/app.adba93a7.js.map vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long