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
eslint-internal-rules
public
src feat: chat-rct 2024-02-20 00:13:23 +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: chatRCT 2024-02-12 23:32:36 +01:00
env.d.ts
index.html
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
themeConfig.ts
tsconfig.json
typed-router.d.ts feat: chatRCT 2024-02-12 23:32:36 +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