Sin descripción

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

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