Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.21 KB

README.md

File metadata and controls

65 lines (39 loc) · 1.21 KB

Fastify_VueProject

Fastify_VueProject/Backend

This project uses Fastify - Prisma - Typescript for backend

Recommended IDE Setup

VSCode + Fastify + TypeScript Fastify Plugin (Volar)+ Prisma.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Fastify_VueProject/Frontend

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

Recommended IDE Setup

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

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint