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 @@ | ... | @@ -2,17 +2,13 @@ |
"name": "laipic", | "name": "laipic", | ||
"version": "1.0.0", | "version": "1.0.0", | ||
"description": "Quick Start Templates for Vite + Vue 3 + Electron", | "description": "Quick Start Templates for Vite + Vue 3 + Electron", | ||
"homepage": "https://vutron.jooy2.com", | "author": "ali <lihuahui@laihua.com>", | ||
"author": "jooy2 <jooy2.contact@gmail.com>", | |||
"license": "MIT", | "license": "MIT", | ||
"main": "dist/main/index.js", | "main": "dist/main/index.js", | ||
"private": true, | "private": true, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://github.com/jooy2/vutron.git" | "url": "git@gitlab.laihua.com:ali/charip-electron.git" | ||
}, | |||
"bugs": { | |||
"url": "https://github.com/jooy2/vutron/issues" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"serve": "cross-env ELECTRON_ENABLE_LOGGING=true vite", | "serve": "cross-env ELECTRON_ENABLE_LOGGING=true vite", | ||
... | ... |