mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 03:52:07 +08:00
Merge branch 'master' of github.com:dromara/electron-egg
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||

|
||||
|
||||
## 📚 文档
|
||||
- [教程文档](https://www.kaka996.com/)
|
||||
- 快速体验:[教程文档](https://www.kaka996.com/)
|
||||

|
||||
|
||||
## 📦 特性
|
||||
1. 🍄 跨平台:一套代码,可以打包成windows版、Mac版、Linux版、国产UOS、Deepin、麒麟等
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||

|
||||
|
||||
## 📚 文档
|
||||
- [教程文档](https://www.kaka996.com/)
|
||||
- 快速体验:[教程文档](https://www.kaka996.com/)
|
||||

|
||||
|
||||
## 📦 特性
|
||||
1. 🍄 跨平台:一套代码,可以打包成windows版、Mac版、Linux版、国产UOS、Deepin、麒麟等
|
||||
|
||||
@@ -3,9 +3,10 @@
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite --host --port 8080",
|
||||
"serve": "vite --host --port 8080",
|
||||
"build-staging": "vite build --mode staging",
|
||||
"build": "vite build",
|
||||
"serve": "vite preview"
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.33",
|
||||
@@ -17,7 +18,6 @@
|
||||
"less": "^4.1.2",
|
||||
"less-loader": "^10.2.0",
|
||||
"terser": "^5.19.1",
|
||||
"vite": "^4.4.4",
|
||||
"vite-plugin-compression": "^0.5.1"
|
||||
"vite": "^4.4.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
import { defineConfig } from 'vite'
|
||||
import viteCompression from 'vite-plugin-compression'
|
||||
|
||||
import path from 'path'
|
||||
// https://vitejs.dev/config/
|
||||
@@ -9,13 +8,6 @@ export default defineConfig(({ command, mode }) => {
|
||||
// 项目插件
|
||||
plugins: [
|
||||
vue(),
|
||||
viteCompression({
|
||||
verbose: true,
|
||||
disable: false,
|
||||
threshold: 1025,
|
||||
algorithm: 'gzip',
|
||||
ext: '.gz',
|
||||
}),
|
||||
],
|
||||
// 基础配置
|
||||
base: './',
|
||||
|
||||
@@ -1 +1 @@
|
||||
section[data-v-5b156cc0]{padding:42px 32px}#hero[data-v-5b156cc0]{padding:150px 32px;text-align:center;height:100%}.tagline[data-v-5b156cc0]{font-size:52px;line-height:1.25;font-weight:700;letter-spacing:-1.5px;max-width:960px;margin:0 auto}html:not(.dark) .accent[data-v-5b156cc0],.dark .tagline[data-v-5b156cc0]{background:-webkit-linear-gradient(315deg,#42d392 25%,#647eff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.description[data-v-5b156cc0]{max-width:960px;line-height:1.5;color:var(--vt-c-text-2);transition:color .5s;font-size:22px;margin:24px auto 40px}.actions a[data-v-5b156cc0]{font-size:16px;display:inline-block;background-color:var(--vt-c-bg-mute);padding:8px 18px;font-weight:500;border-radius:8px;transition:background-color .5s,color .5s;text-decoration:none}.actions .setup[data-v-5b156cc0]{color:var(--vt-c-text-code);background:-webkit-linear-gradient(315deg,#42d392 25%,#647eff)}.actions .setup[data-v-5b156cc0]:hover{background-color:var(--vt-c-gray-light-4);transition-duration:.2s}
|
||||
section[data-v-19ff7cd7]{padding:42px 32px}#hero[data-v-19ff7cd7]{padding:150px 32px;text-align:center;height:100%}.tagline[data-v-19ff7cd7]{font-size:52px;line-height:1.25;font-weight:700;letter-spacing:-1.5px;max-width:960px;margin:0 auto}html:not(.dark) .accent[data-v-19ff7cd7],.dark .tagline[data-v-19ff7cd7]{background:-webkit-linear-gradient(315deg,#42d392 25%,#647eff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.description[data-v-19ff7cd7]{max-width:960px;line-height:1.5;color:var(--vt-c-text-2);transition:color .5s;font-size:22px;margin:24px auto 40px}.actions a[data-v-19ff7cd7]{font-size:16px;display:inline-block;background-color:var(--vt-c-bg-mute);padding:8px 18px;font-weight:500;border-radius:8px;transition:background-color .5s,color .5s;text-decoration:none}.actions .setup[data-v-19ff7cd7]{color:var(--vt-c-text-code);background:-webkit-linear-gradient(315deg,#42d392 25%,#647eff)}.actions .setup[data-v-19ff7cd7]:hover{background-color:var(--vt-c-gray-light-4);transition-duration:.2s}
|
||||
1
public/dist/assets/Index-9c4cab08.js
vendored
1
public/dist/assets/Index-9c4cab08.js
vendored
@@ -1 +0,0 @@
|
||||
import{_ as a,o as t,c as s,a as c}from"./index-5bf31949.js";const e={data:()=>({test:""}),methods:{test(){}}},o={id:"hero"},d=[c('<h1 class="tagline" data-v-5b156cc0><span class="accent" data-v-5b156cc0>Electron-Egg</span></h1><p class="description" data-v-5b156cc0> A fast, desktop software development framework </p><p class="actions" data-v-5b156cc0><a class="setup" href="https://www.kaka996.com/" target="_blank" data-v-5b156cc0>Get Started</a></p>',3)];const n=a(e,[["render",function(a,c,e,n,r,p){return t(),s("section",o,d)}],["__scopeId","data-v-5b156cc0"]]);export{n as default};
|
||||
BIN
public/dist/assets/Index-bcff8b71.css.gz
vendored
BIN
public/dist/assets/Index-bcff8b71.css.gz
vendored
Binary file not shown.
1
public/dist/assets/Index-d7469016.js
vendored
Normal file
1
public/dist/assets/Index-d7469016.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{_ as a,o as t,c as s,a as e}from"./index-f45cb953.js";const c={data:()=>({test:""}),methods:{test(){}}},d={id:"hero"},f=[e('<h1 class="tagline" data-v-19ff7cd7><span class="accent" data-v-19ff7cd7>Electron-Egg</span></h1><p class="description" data-v-19ff7cd7> A fast, desktop software development framework </p><p class="actions" data-v-19ff7cd7><a class="setup" href="https://www.kaka996.com/" target="_blank" data-v-19ff7cd7>Get Started</a></p>',3)];const o=a(c,[["render",function(a,e,c,o,n,r){return t(),s("section",d,f)}],["__scopeId","data-v-19ff7cd7"]]);export{o as default};
|
||||
BIN
public/dist/assets/index-5bf31949.js.gz
vendored
BIN
public/dist/assets/index-5bf31949.js.gz
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
2
public/dist/index.html
vendored
2
public/dist/index.html
vendored
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0, minimum-scale=1.0" />
|
||||
<title></title>
|
||||
<script type="module" crossorigin src="./assets/index-5bf31949.js"></script>
|
||||
<script type="module" crossorigin src="./assets/index-f45cb953.js"></script>
|
||||
<link rel="stylesheet" href="./assets/index-b7b2ffb7.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user