Skip to content

Commit

Permalink
refactor: 取消 monorepo 架构
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Jul 15, 2023
1 parent 2d6feb6 commit e265d30
Show file tree
Hide file tree
Showing 45 changed files with 135 additions and 64 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vscode
.idea
.DS_Store
node_modules
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img width="400" src="./packages/kms-tools/src/assets/images/readme-logo.svg" /></p>
<p align="center"><img width="400" src="./src/assets/images/readme-logo.svg" /></p>

<p align="center">
<a href="https://github.com/ikxin/kms-tools/releases"><img src="https://badgen.net/github/release/ikxin/kms-tools" /></a>
Expand Down
File renamed without changes.
38 changes: 35 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,42 @@
"author": "一纸忘忧 <i@ikxin.com>",
"type": "module",
"scripts": {
"dev": "pnpm --filter kms-tools run dev",
"build": "pnpm --filter kms-tools run build"
"dev": "vite",
"build": "vue-tsc && vite build"
},
"dependencies": {
"@arco-design/web-vue": "^2.48.1",
"@arco-themes/vue-ant-design": "^0.0.1",
"@iconify-json/flag": "^1.1.32",
"@iconify-json/ic": "^1.1.13",
"@iconify-json/mdi": "^1.1.53",
"@vueuse/core": "^10.2.1",
"dayjs": "^1.11.9",
"less": "^4.1.3",
"markdown-it-shiki": "^0.9.0",
"pinia": "^2.1.4",
"unocss": "^0.53.5",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4"
},
"devDependencies": {
"prettier": "^2.8.8"
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.15.1",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"unplugin-vue-router": "^0.6.4",
"vite": "^4.4.4",
"vite-plugin-vue-markdown": "^0.23.5",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.4"
}
}
5 changes: 0 additions & 5 deletions packages/kms-tools/.gitignore

This file was deleted.

46 changes: 0 additions & 46 deletions packages/kms-tools/package.json

This file was deleted.

101 changes: 96 additions & 5 deletions pnpm-lock.yaml

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

3 changes: 0 additions & 3 deletions pnpm-workspace.yaml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import README from '../../../../README.md'
import README from '../../README.md'
</script>

<template>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e265d30

Please sign in to comment.