初始化项目
parents
Showing
.editorconfig
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.prettierrc.json
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
env.d.ts
0 → 100644
eslint.config.ts
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "corporate_culture-qd", | |||
| "version": "0.0.0", | |||
| "private": true, | |||
| "type": "module", | |||
| "engines": { | |||
| "node": "^20.19.0 || >=22.12.0" | |||
| }, | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "build": "run-p type-check \"build-only {@}\" --", | |||
| "preview": "vite preview", | |||
| "build-only": "vite build", | |||
| "type-check": "vue-tsc --build", | |||
| "lint": "eslint . --fix --cache", | |||
| "format": "prettier --write src/" | |||
| }, | |||
| "dependencies": { | |||
| "pinia": "^3.0.3", | |||
| "vue": "^3.5.22", | |||
| "vue-router": "^4.6.3" | |||
| }, | |||
| "devDependencies": { | |||
| "@tsconfig/node22": "^22.0.2", | |||
| "@types/node": "^22.18.11", | |||
| "@vitejs/plugin-vue": "^6.0.1", | |||
| "@vitejs/plugin-vue-jsx": "^5.1.1", | |||
| "@vue/eslint-config-prettier": "^10.2.0", | |||
| "@vue/eslint-config-typescript": "^14.6.0", | |||
| "@vue/tsconfig": "^0.8.1", | |||
| "eslint": "^9.37.0", | |||
| "eslint-plugin-vue": "~10.5.0", | |||
| "jiti": "^2.6.1", | |||
| "npm-run-all2": "^8.0.4", | |||
| "prettier": "3.6.2", | |||
| "typescript": "~5.9.0", | |||
| "vite": "^7.1.11", | |||
| "vite-plugin-vue-devtools": "^8.0.3", | |||
| "vue-tsc": "^3.1.1" | |||
| } | |||
| } |
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/favicon.ico
0 → 100644
File added
src/App.vue
0 → 100644
src/assets/base.css
0 → 100644
src/assets/logo.svg
0 → 100644
src/assets/main.css
0 → 100644
src/components/HelloWorld.vue
0 → 100644
src/components/TheWelcome.vue
0 → 100644
src/components/WelcomeItem.vue
0 → 100644
src/components/icons/IconCommunity.vue
0 → 100644
src/components/icons/IconDocumentation.vue
0 → 100644
src/components/icons/IconEcosystem.vue
0 → 100644
src/components/icons/IconSupport.vue
0 → 100644
src/components/icons/IconTooling.vue
0 → 100644
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/stores/counter.ts
0 → 100644
src/views/AboutView.vue
0 → 100644
src/views/HomeView.vue
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
Please
register
or
sign in
to comment