# Dependency Installation
# Maven Dependency Installation
# Single Application Version wk-mini
Open the command line, switch to the
wk-starter
directory and execute themvn install
commandIf your Maven cannot download normally, you can execute the
mvn install -U
command
D:\java\budwk>cd wk-starter
D:\java\budwk\wk-starter>mvn install
# Distributed Version
Open the command line, switch to the
wk-starter
directory and execute themvn install
commandIf your Maven cannot download normally, you can execute the
mvn install -U
command
D:\java\budwk>cd wk-starter
D:\java\budwk\wk-starter>mvn install
- Switch to the
wk-platform
directory and execute themvn install
command
D:\java\budwk\wk-platform>mvn install
# Node Dependency Installation
- Open the command line, switch to the
wk-vue3-admin
directory and execute thenpm i
orpnpm i
command
D:\java\budwk>cd wk-vue3-admin
D:\java\budwk\wk-vue3-admin>pnpm i