HelpDesk web Pos Powered by vuexy
 
 
 
 
 
 
Go to file
Frédérik Benoist 6ae66dd274 feat: save datatable filters & options 2024-01-01 22:24:01 +01:00
.vscode first commit 2023-12-02 12:49:31 +01:00
eslint-internal-rules first commit 2023-12-02 12:49:31 +01:00
public first commit 2023-12-02 12:49:31 +01:00
src feat: save datatable filters & options 2024-01-01 22:24:01 +01:00
.editorconfig first commit 2023-12-02 12:49:31 +01:00
.eslintrc.cjs first commit 2023-12-02 12:49:31 +01:00
.gitignore first commit 2023-12-02 12:49:31 +01:00
.npmrc first commit 2023-12-02 12:49:31 +01:00
.nvmrc first commit 2023-12-02 12:49:31 +01:00
.stylelintrc.json first commit 2023-12-02 12:49:31 +01:00
README.md first commit 2023-12-02 12:49:31 +01:00
auto-imports.d.ts chore: first setup ok 2023-12-10 12:40:54 +01:00
components.d.ts first commit 2023-12-02 12:49:31 +01:00
env.d.ts first commit 2023-12-02 12:49:31 +01:00
index.html chore: first setup ok 2023-12-10 12:40:54 +01:00
package.json feat: xadmin log, fix language switch (core) 2023-12-31 07:48:19 +01:00
pnpm-lock.yaml feat: xadmin log, fix language switch (core) 2023-12-31 07:48:19 +01:00
shims.d.ts first commit 2023-12-02 12:49:31 +01:00
themeConfig.ts feat: xadmin log, fix language switch (core) 2023-12-31 07:48:19 +01:00
tsconfig.json chore: first setup ok 2023-12-10 12:40:54 +01:00
typed-router.d.ts feat: xadmin log, fix language switch (core) 2023-12-31 07:48:19 +01:00
vite.config.ts chore: first setup ok 2023-12-10 12:40:54 +01:00

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