Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
NFT
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanfeng zhang
NFT
Commits
16dec4dd
Commit
16dec4dd
authored
Aug 02, 2021
by
salitedfish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
7da0e0f4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
favicon.ico
public/favicon.ico
+0
-0
index.html
public/index.html
+4
-2
logo.png
public/logo.png
+0
-0
vue.config.js
vue.config.js
+1
-0
No files found.
public/favicon.ico
View replaced file @
7da0e0f4
View file @
16dec4dd
4.19 KB
|
W:
|
H:
16.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
public/index.html
View file @
16dec4dd
...
...
@@ -4,10 +4,12 @@
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
<link
href=
"<%= BASE_URL %>logo.png"
>
<script
src=
"/iconfont.js"
></script>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<title><
%=
htmlWebpackPlugin
.
options
.
title
%
></title>
<!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
<title>
inmvo
</title>
</head>
<body>
<noscript>
...
...
public/logo.png
0 → 100644
View file @
16dec4dd
5.58 KB
vue.config.js
View file @
16dec4dd
const
CompressionWebpackPlugin
=
require
(
"compression-webpack-plugin"
);
const
TerserPlugin
=
require
(
"terser-webpack-plugin"
);
// const HtmlWebpackPlugin = require('html-webpack-plugin');
module
.
exports
=
{
// ...other vue-cli plugin options...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment