File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -139,13 +139,13 @@ cd site
139139
140140#### (2) 在 nuxt.config.js 文件中配置启动端口等信息(可选项)
141141
142- #### (3)安装依赖
142+ #### (3) 安装依赖
143143
144144``` shell
145145npm install
146146```
147147
148- #### (4)启动前端服务
148+ #### (4) 启动前端服务
149149
150150``` shell
151151npm run dev
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ require (
88 github.com/fsnotify/fsnotify v1.4.9 // indirect
99 github.com/gin-gonic/gin v1.6.3
1010 github.com/go-playground/validator/v10 v10.4.0 // indirect
11+ github.com/go-redis/redis v6.15.9+incompatible // indirect
1112 github.com/golang/protobuf v1.4.2 // indirect
1213 github.com/json-iterator/go v1.1.10 // indirect
1314 github.com/magiconair/properties v1.8.4 // indirect
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ github.com/go-playground/validator/v10 v10.2.0 h1:KgJ0snyC2R9VXYN2rneOtQcw5aHQB1
8080github.com/go-playground/validator/v10 v10.2.0 /go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI =
8181github.com/go-playground/validator/v10 v10.4.0 h1:72qIR/m8ybvL8L5TIyfgrigqkrw7kVYAvjEvpT85l70 =
8282github.com/go-playground/validator/v10 v10.4.0 /go.mod h1:nlOn6nFhuKACm19sB/8EGNn9GlaMV7XkbRSipzJ0Ii4 =
83+ github.com/go-redis/redis v6.15.9+incompatible h1:K0pv1D7EQUjfyoMql+r/jZqCLizCGKFlFgcHWWmHQjg =
84+ github.com/go-redis/redis v6.15.9+incompatible /go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA =
8385github.com/go-sql-driver/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs =
8486github.com/go-sql-driver/mysql v1.5.0 /go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg =
8587github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
You can’t perform that action at this time.
0 commit comments