Skip to content

Commit

Permalink
#1 optimize build size && logo,font-size responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyue0828 authored and xiezl committed Apr 22, 2020
1 parent 800fe28 commit 1c44162
Show file tree
Hide file tree
Showing 26 changed files with 78 additions and 96 deletions.
11 changes: 9 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset',
presets: ['@vue/cli-plugin-babel/preset'],
plugins: [
[
'component',
{
libraryName: 'element-ui',
styleLibraryName: 'theme-chalk',
},
],
],
};
1 change: 1 addition & 0 deletions docs/css/chunk-vendors.5ebd7c19.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/css/dashboard.bfb4ec01.css

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

1 change: 0 additions & 1 deletion docs/css/dashboard.eee0804e.css

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -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>cool-squad</title><link href=css/dashboard.eee0804e.css rel=prefetch><link href=js/dashboard.546f14d7.js rel=prefetch><link href=css/app.8f696567.css rel=preload as=style><link href=js/app.3b715f9a.js rel=preload as=script><link href=js/chunk-vendors.f2c26ead.js rel=preload as=script><link href=css/app.8f696567.css rel=stylesheet></head><body><noscript><strong>We're sorry but cool-squad doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.f2c26ead.js></script><script src=js/app.3b715f9a.js></script></body></html>
<!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><script src=https://cdn.bootcss.com/vue/2.6.11/vue.min.js></script><title>cool-squad</title><link href=css/dashboard.bfb4ec01.css rel=prefetch><link href=js/dashboard.e62309de.js rel=prefetch><link href=css/app.8f696567.css rel=preload as=style><link href=css/chunk-vendors.5ebd7c19.css rel=preload as=style><link href=js/app.4176344a.js rel=preload as=script><link href=js/chunk-vendors.b82fd740.js rel=preload as=script><link href=css/chunk-vendors.5ebd7c19.css rel=stylesheet><link href=css/app.8f696567.css rel=stylesheet></head><body><noscript><strong>We're sorry but cool-squad doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.b82fd740.js></script><script src=js/app.4176344a.js></script></body></html>
2 changes: 0 additions & 2 deletions docs/js/app.3b715f9a.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/js/app.3b715f9a.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions docs/js/app.4176344a.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/js/app.4176344a.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1c44162

Please sign in to comment.