feat: 整理文件
Showing
CODE_OF_CONDUCT.md
deleted
100644 → 0
LICENSE
deleted
100644 → 0
README.ko-KR.md
deleted
100644 → 0
README.zh-CN.md
deleted
100644 → 0
docs/.gitignore
deleted
100644 → 0
This diff is collapsed.
docs/package.json
deleted
100644 → 0
168 KB
28.1 KB
docs/tsconfig.json
deleted
100644 → 0
... | ... | @@ -2,17 +2,13 @@ |
"name": "laipic", | ||
"version": "1.0.0", | ||
"description": "Quick Start Templates for Vite + Vue 3 + Electron", | ||
"homepage": "https://vutron.jooy2.com", | ||
"author": "jooy2 <jooy2.contact@gmail.com>", | ||
"author": "ali <lihuahui@laihua.com>", | ||
"license": "MIT", | ||
"main": "dist/main/index.js", | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jooy2/vutron.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/jooy2/vutron/issues" | ||
"url": "git@gitlab.laihua.com:ali/charip-electron.git" | ||
}, | ||
"scripts": { | ||
"serve": "cross-env ELECTRON_ENABLE_LOGGING=true vite", | ||
... | ... |