前端静态文件压缩
This commit is contained in:
parent
4516e72b5c
commit
7cd65f70a0
@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>RSS Reader</title>
|
||||
<!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> -->
|
||||
<link rel="stylesheet" href="static/index.css">
|
||||
<link rel="stylesheet" href="static/index.min.css">
|
||||
<link rel="icon" href="static/favicon.svg" type="image/x-icon">
|
||||
<style>
|
||||
body {
|
||||
@ -91,10 +91,10 @@
|
||||
</div>
|
||||
|
||||
<!-- <script src="https://unpkg.com/vue@next"></script> -->
|
||||
<script src="static/vue.global.js"></script>
|
||||
<script src="static/vue.global.prod.js"></script>
|
||||
|
||||
<!-- <script src="https://cdn.bootcdn.net/ajax/libs/element-plus/2.3.3/index.full.js"></script> -->
|
||||
<script src="static/index.full.js"></script>
|
||||
<script src="static/index.full.min.js"></script>
|
||||
<script>
|
||||
const app = Vue.createApp({
|
||||
data() {
|
||||
|
||||
File diff suppressed because one or more lines are too long
56373
static/index.full.js
56373
static/index.full.js
File diff suppressed because one or more lines are too long
78
static/index.full.min.js
vendored
Normal file
78
static/index.full.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
static/index.min.css
vendored
Normal file
1
static/index.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
15929
static/vue.global.js
15929
static/vue.global.js
File diff suppressed because it is too large
Load Diff
1
static/vue.global.prod.js
Normal file
1
static/vue.global.prod.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user