Skip to content

Commit 2edad6d

Browse files
committed
生成静态文件
1 parent a51bce2 commit 2edad6d

10 files changed

+46
-1
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DS_Store
22
node_modules
3-
/dist
3+
# /dist
44

55
# local env files
66
.env.local

Diff for: dist/css/app.fc5f47a8.css

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
header[data-v-78cb6ec7]{height:50px;width:100%;line-height:50px;text-align:center;color:#fff}

Diff for: dist/css/chunk-vendors.af3876eb.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/favicon.ico

4.19 KB
Binary file not shown.

Diff for: dist/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html lang=en><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>vue-project</title><link href=css/app.fc5f47a8.css rel=preload as=style><link href=css/chunk-vendors.af3876eb.css rel=preload as=style><link href=js/app.4ab67c5f.js rel=preload as=script><link href=js/chunk-vendors.ec16639b.js rel=preload as=script><link href=css/chunk-vendors.af3876eb.css rel=stylesheet><link href=css/app.fc5f47a8.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue-project doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.ec16639b.js></script><script src=js/app.4ab67c5f.js></script></body></html>

Diff for: dist/js/app.4ab67c5f.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/js/app.4ab67c5f.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/js/chunk-vendors.ec16639b.js

+29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/js/chunk-vendors.ec16639b.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: vue.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
publicPath: process.env.NODE_ENV === 'production'
3+
? './'
4+
: '/'
5+
}

0 commit comments

Comments
 (0)