This template should help get you started developing with Vue 3 in Vite.
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
Build the Docker image:
docker build -t qfa .
Run a container based on this image:
docker run --rm -d --name qfa-server -p 8083:80 qfa