/chat-challenge

The goal of this exercise is to develop the frontend side of a chat application using VUEJS. To reach this goal, you must use the json model that is provided to you in the following URL.

Primary LanguageVue

chat

This guide should help get you started developing and also running the server with Vue 3 in Vite. Just follow along:

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint