init
parents
Showing
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
auto-imports.d.ts
0 → 100644
components.d.ts
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "mining-manager", | ||
"version": "0.0.0", | ||
"scripts": { | ||
"dev": "vite --host", | ||
"build": "vue-tsc --noEmit && vite build", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@element-plus/icons-vue": "^0.2.6", | ||
"@vueuse/core": "^7.5.4", | ||
"@vueuse/integrations": "^7.5.4", | ||
"axios": "^0.25.0", | ||
"crypto-js": "^4.1.1", | ||
"downloadjs": "^1.4.7", | ||
"element-plus": "^1.3.0-beta.8", | ||
"vue": "^3.2.25", | ||
"vue-router": "4" | ||
}, | ||
"devDependencies": { | ||
"@types/crypto-js": "^4.1.0", | ||
"@types/downloadjs": "^1.4.3", | ||
"@vitejs/plugin-vue": "^2.0.0", | ||
"autoprefixer": "^10.4.2", | ||
"postcss": "^8.4.5", | ||
"tailwindcss": "^3.0.16", | ||
"typescript": "^4.4.4", | ||
"unplugin-auto-import": "^0.5.11", | ||
"unplugin-vue-components": "^0.17.14", | ||
"vite": "^2.7.2", | ||
"vue-tsc": "^0.29.8" | ||
} | ||
} |
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
4.19 KB
src/App.vue
0 → 100644
src/Layout/index.vue
0 → 100644
src/api/index.ts
0 → 100644
src/assets/logo.png
0 → 100644
6.69 KB
src/components/login.vue
0 → 100644
src/components/tabs.vue
0 → 100644
src/components/types.ts
0 → 100644
src/components/workspace.vue
0 → 100644
src/env.d.ts
0 → 100644
src/main.ts
0 → 100644
src/style.css
0 → 100644
src/untils/userinfo.ts
0 → 100644
tailwind.config.js
0 → 100644
tsconfig.json
0 → 100644
vite.config.ts
0 → 100644
yarn-error.log
0 → 100644
This diff is collapsed.
yarn.lock
0 → 100644
This diff is collapsed.