https://github.com/dmoosocool/vite-typescript-starter
Personal starter template for typescript with Vite and Vitest
https://github.com/dmoosocool/vite-typescript-starter
commitlint editorconfig eslint husky prettier standard-version typescript typescript-starter vite vitest
Last synced: 2 months ago
JSON representation
Personal starter template for typescript with Vite and Vitest
- Host: GitHub
- URL: https://github.com/dmoosocool/vite-typescript-starter
- Owner: dmoosocool
- License: mit
- Created: 2022-01-14T08:45:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T08:28:36.000Z (over 1 year ago)
- Last Synced: 2025-03-14T21:15:12.804Z (2 months ago)
- Topics: commitlint, editorconfig, eslint, husky, prettier, standard-version, typescript, typescript-starter, vite, vitest
- Language: TypeScript
- Homepage:
- Size: 202 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# vite starter
Personal starter template for typescript with `Vite` + `Vitest`.# Integrated Plugins
- [vite](https://github.com/vitejs/vite)
- [vitest](https://github.com/vitest-dev/vitest)
- [editorconfig](https://github.com/editorconfig/editorconfig)
- [prettier](https://github.com/prettier/prettier)
- [eslint](https://github.com/eslint/eslint)
- [husky](https://github.com/typicode/husky)
- [commitlint](https://github.com/conventional-changelog/commitlint)
- [standard-version](https://github.com/conventional-changelog/standard-version)