/spring-boot-crm-fe

Spring boot CRM example application front-end

Primary LanguageVue

Spring Boot CRM front-end app

This application is a front-end part to the spring boot crm app back-end app.

Recommended IDE Setup

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

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Using docker

docker compose -f docker-compose.dev.yml up -d