-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: bump deps * refactor: rearranged TS configs * fix: fix vitest config * fix: modify type-check command * refactor: move router and store under modules * fix: re-enable coverage * docs: upgrade README * docs: cleaned up README
- Loading branch information
Showing
20 changed files
with
733 additions
and
831 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,4 @@ pnpm-debug.log* | |
LOCAL_NOTES.md | ||
/playwright/.cache | ||
package-lock.json | ||
*.tsbuildinfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/// <reference types="vite/client" /> | ||
|
||
interface ImportMetaEnv { | ||
/** | ||
* Automatically read from package.json version field | ||
*/ | ||
readonly VITE_APP_VERSION: string | ||
readonly VITE_APP_BUILD_EPOCH?: string | ||
} | ||
interface ImportMeta { | ||
readonly env: ImportMetaEnv | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import type { Router } from 'vue-router' | ||
import 'vue-router' | ||
import 'pinia' | ||
|
||
export {} | ||
|
||
declare module 'vue-router' { | ||
interface RouteMeta { | ||
title?: string | ||
} | ||
} | ||
|
||
declare module 'pinia' { | ||
export interface PiniaCustomProperties { | ||
/** | ||
* Vue Router instance | ||
*/ | ||
router: Router | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
7b3bffb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
vite-ts-tailwind-starter – ./
vite-ts-tailwind-starter-uninen.vercel.app
vite-ts-tailwind-starter.vercel.app
vite-ts-tailwind-starter-git-main-uninen.vercel.app