Initial commit
parents
Showing
.editorconfig
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.js
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "test-com", | ||
"version": "0.0.0", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "run-p type-check \"build-only {@}\" --", | ||
"preview": "vite preview", | ||
"test:unit": "vitest", | ||
"build-only": "vite build", | ||
"type-check": "vue-tsc --build --force", | ||
"lint": "eslint . --fix", | ||
"format": "prettier --write src/" | ||
}, | ||
"dependencies": { | ||
"vue": "^3.5.12", | ||
"vue-router": "^4.4.5" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/node20": "^20.1.4", | ||
"@types/jsdom": "^21.1.7", | ||
"@types/node": "^20.17.0", | ||
"@vitejs/plugin-vue": "^5.1.4", | ||
"@vitejs/plugin-vue-jsx": "^4.0.1", | ||
"@vitest/eslint-plugin": "1.1.7", | ||
"@vue/eslint-config-prettier": "^10.0.0", | ||
"@vue/eslint-config-typescript": "^14.1.1", | ||
"@vue/test-utils": "^2.4.6", | ||
"@vue/tsconfig": "^0.5.1", | ||
"eslint": "^9.13.0", | ||
"eslint-plugin-vue": "^9.29.0", | ||
"jsdom": "^25.0.1", | ||
"npm-run-all2": "^7.0.1", | ||
"prettier": "^3.3.3", | ||
"typescript": "~5.6.0", | ||
"vite": "^5.4.10", | ||
"vite-plugin-vue-devtools": "^7.5.3", | ||
"vitest": "^2.1.3", | ||
"vue-tsc": "^2.1.6" | ||
} | ||
} |
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/TheWelcome.vue
0 → 100644
src/components/WelcomeItem.vue
0 → 100644
src/components/__tests__/HelloWorld.spec.ts
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/components/testComponent/TestCom1.vue
0 → 100644
src/config/useGlobalConfig.ts
0 → 100644
src/config/zone.config.ts
0 → 100644
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/shims-app.d.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
tsconfig.vitest.json
0 → 100644
vite.config.ts
0 → 100644
vitest.config.ts
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment