HelpDesk web Pos Powered by vuexy
 
 
 
 
 
 
Go to file
Frédérik Benoist 4ddba10fa3 Merge pull request 'release/1.0.2' (#26) from release/1.0.2 into main
Reviewed-on: #26
2024-02-20 22:10:12 +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: chat-rct 2024-02-20 00:13:23 +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 feat: order visualization 2024-01-17 08:25:35 +01:00
components.d.ts first commit 2023-12-02 12:49:31 +01:00
dependencies.txt feat: chatRCT 2024-02-12 23:32:36 +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: chatRCT 2024-02-12 23:32:36 +01:00
pnpm-lock.yaml feat: chatRCT 2024-02-12 23:32:36 +01:00
shims.d.ts first commit 2023-12-02 12:49:31 +01:00
themeConfig.ts feat: Order preparation and reception 2024-01-15 00:23:43 +01:00
tsconfig.json chore: first setup ok 2023-12-10 12:40:54 +01:00
typed-router.d.ts feat: chatRCT 2024-02-12 23:32:36 +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