HelpDesk web Pos Powered by vuexy
 
 
 
 
 
 
Go to file
Frédérik Benoist 4e8fafb2ad fix: target=blank and unused var 2024-01-21 16:41:06 +01:00
.vscode
eslint-internal-rules
public
src fix: target=blank and unused var 2024-01-21 16:41:06 +01:00
.editorconfig
.eslintrc.cjs
.gitignore
.npmrc
.nvmrc
.stylelintrc.json
README.md
auto-imports.d.ts feat: order visualization 2024-01-17 08:25:35 +01:00
components.d.ts
dependencies.txt feat: obi visualization 2024-01-13 06:47:33 +01:00
env.d.ts
index.html
package.json feat: obi visualization 2024-01-13 06:47:33 +01:00
pnpm-lock.yaml feat: obi visualization 2024-01-13 06:47:33 +01:00
shims.d.ts
themeConfig.ts feat: Order preparation and reception 2024-01-15 00:23:43 +01:00
tsconfig.json
typed-router.d.ts feat: add obi order visualization 2024-01-07 21:10:13 +01:00
vite.config.ts

README.md

vue

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

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

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build