Bez popisu

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

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