ViewGorithm provides a useful service for everyone who want to check the process of an algorithm. With ViewGorithm, you can check the process of an algorithm with the animation.
📁Project
├── @rushstack/eslint-patch@1.8.0
├── @tiptap/pm@2.3.1
├── @tiptap/starter-kit@2.3.1
├── @tiptap/vue-3@2.3.1
├── @vitejs/plugin-vue@5.0.4
├── @vue/eslint-config-prettier@8.0.0
├── @vueup/vue-quill@1.2.0
├── autoprefixer@10.4.18
├── axios@1.7.2
├── chart.js@4.4.2
├── d3@7.9.0
├── dotenv@16.4.5
├── eslint-plugin-vue@9.23.0
├── eslint@8.57.0
├── flowbite@2.3.0
├── focus-trap-vue@4.0.3
├── less@4.2.0
├── mitt@3.0.1
├── pinia-plugin-persist@1.0.0
├── pinia@2.1.7
├── postcss@8.4.37
├── prettier@3.2.5
├── primeicons@6.0.1
├── sass@1.72.0
├── stylus@0.63.0
├── tailwindcss@3.4.1
├── vite@5.2.0
├── vue-chartjs@5.3.1
├── vue-code-highlight@0.7.8
├── vue-cookies@1.8.4
├── vue-quill-editor@3.0.6
├── vue-router@4.3.0
└── vue@3.4.21
📁Project
├── jsonwebtoken:jjwt-api:0.11.5
├── jsonwebtoken:jjwt-impl:0.11.5
├── jsonwebtoken:jjwt-jackson:0.11.5
├── spring security
├── spring-boot-starter-data-redis
├── jsonwebtoken:jjwt:0.9.1
├── spring-boot-starter-data-jdbc
├── spring-boot-jpa
└── lombok
실행해보기 위한 절차
- intellij 등 통합개발환경에서 각 환경변수 기입
- spring 프로젝트 Run
- Vue 프로젝트에서 환경변수 기입
.env 파일 생성 후 환경변수 생성
VITE_BASE_URL = localhost
- npm run dev

