Quick Start A JEECG DEMO

Background

Possible to get an opportunity to learn front-end in company, I receievd a primary demand from a professor.

img

Code Source

1
https://github.com/jeecgboot/jeecg-boot

BACKEND PART

Pull backend codes from github

1
git clone https://github.com/jeecgboot/jeecg-boot.git

How To Start VIA IDEA followed by the document.

1
http://doc.jeecg.com/2043874

Initial DB

1
jeecg-boot/db/jeecgboot-mysql-5.7.sql

Then execute SQL file to build the DB in your laptop.

img

Follow below path to update your local MySQL&Redis

1
jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml

Finally, we can run back end.

FRONT-END PART(VUE3)

1
2
3
4
5
git clone https://github.com/jeecgboot/jeecgboot-vue3

npm install --force //if necessary in case depencies conflict

npm run dev

Install pmmp command through nmp

1
2
3
4
5
npm install -g pnpm

pnpm run

pnpm dev

What is pnpm? And how to install pnpm

https://juejin.cn/post/7124142007659790372

Trouble Shooting

Depencies conflicts while using npm command to install

https://blog.csdn.net/qq_36521981/article/details/124704628


Quick Start A JEECG DEMO
https://iceswear.github.io/2023/03/10/Quick_Start_A_JEECG_DEMO/
Author
Spike Wong
Posted on
March 10, 2023
Licensed under