Açıklama Yok

steve07s 511f6baed8 中文化登入功能 1 yıl önce
app 1909d106f7 完成測試機單機版本 1 yıl önce
bootstrap 3871ba1a79 git init 1 yıl önce
config 3871ba1a79 git init 1 yıl önce
database 1909d106f7 完成測試機單機版本 1 yıl önce
public 3871ba1a79 git init 1 yıl önce
resources 511f6baed8 中文化登入功能 1 yıl önce
routes 3871ba1a79 git init 1 yıl önce
storage 3871ba1a79 git init 1 yıl önce
tests 3871ba1a79 git init 1 yıl önce
.editorconfig 3871ba1a79 git init 1 yıl önce
.env.example 3871ba1a79 git init 1 yıl önce
.eslintrc-auto-import.json 3871ba1a79 git init 1 yıl önce
.eslintrc.cjs 3871ba1a79 git init 1 yıl önce
.gitattributes 3871ba1a79 git init 1 yıl önce
.gitignore 3871ba1a79 git init 1 yıl önce
.npmrc 3871ba1a79 git init 1 yıl önce
.nvmrc 3871ba1a79 git init 1 yıl önce
.stylelintrc.json 3871ba1a79 git init 1 yıl önce
README.md 3871ba1a79 git init 1 yıl önce
artisan 3871ba1a79 git init 1 yıl önce
auto-imports.d.ts 3871ba1a79 git init 1 yıl önce
components.d.ts 3871ba1a79 git init 1 yıl önce
composer.json 3871ba1a79 git init 1 yıl önce
composer.lock 3871ba1a79 git init 1 yıl önce
dependency-check-suppression.xml 3871ba1a79 git init 1 yıl önce
docker-compose.yml 3871ba1a79 git init 1 yıl önce
jsconfig.json 3871ba1a79 git init 1 yıl önce
package.json 3871ba1a79 git init 1 yıl önce
phpunit.xml 3871ba1a79 git init 1 yıl önce
pnpm-lock.yaml 3871ba1a79 git init 1 yıl önce
themeConfig.js 3871ba1a79 git init 1 yıl önce
typed-router.d.ts 3871ba1a79 git init 1 yıl önce
vite.config.js 3871ba1a79 git init 1 yıl önce

README.md

vue

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VS Code + Volar (and disable Vetur).

Type Support for .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates.

However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can run Volar: Switch TS Plugin on/off from VS Code command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev 

Type-Check, Compile and Minify for Production

pnpm build