Без опису

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

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