Medusa-CS/Medusa.Web/Client
2024-08-15 20:06:56 +02:00
..
.vscode Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
public Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
src Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
.eslintrc.cjs Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
.gitignore Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
CHANGELOG.md Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
env.d.ts Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
index.html Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
Medusa.Web.Client.esproj Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
nuget.config Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
package-lock.json Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
package.json Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
README.md Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
tsconfig.app.json Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
tsconfig.json Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
tsconfig.node.json Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00
vite.config.ts Inital project with working body decrypting and parsing and working on handler managment 2024-08-13 09:55:18 +02:00

Medusa.web.client

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

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

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

Lint with ESLint

npm run lint