mirror of
https://gitee.com/ShopeX/ECShopX_Store-Operations-tools-frontend
synced 2026-05-13 01:45:58 +08:00
fix(all): fix some bugs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:12.19.1-alpine3.12 AS builder
|
||||
FROM reg.ishopex.cn/base-images/node-python3:16.16.0-alpine3.16 AS builder
|
||||
|
||||
ARG CMD
|
||||
ARG APP_BASE_URL
|
||||
@@ -16,7 +16,6 @@ ENV APP_DEBUG ${APP_DEBUG}
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
COPY .env ./
|
||||
COPY .env.* ./
|
||||
RUN npm config set registry https://registry.npmmirror.com && npm config set @shopex:registry http://registry.npm.ishopex.cn
|
||||
RUN npm ci
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<p align="center"><img width="500" height="auto" alt="logo1" src="https://github.com/user-attachments/assets/097cbde6-cedd-42d0-a2d8-a0a0430289b5" /></p>
|
||||
<p align="center"><img width="600" height="auto" alt="logo1" src="https://github.com/user-attachments/assets/489cc6f9-9108-4db9-860d-70820c99b73a" /></p>
|
||||
|
||||
### <p align="center">Desktop Frontend</p>
|
||||
### <p align="center">Store Operations Tools Frontend</p>
|
||||
|
||||
# Getting started
|
||||
Node.js (current LTS) and npm are required to run the project. To be sure about the version compatibility you can enable Node's corepack.
|
||||
|
||||
### Node
|
||||
```
|
||||
Node v12.20.1
|
||||
Node v16.16.0
|
||||
```
|
||||
|
||||
### Installation
|
||||
|
||||
72148
package-lock.json
generated
72148
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
@@ -48,7 +48,29 @@
|
||||
],
|
||||
"author": "",
|
||||
"engines": {
|
||||
"node": "12.20.1"
|
||||
"node": "16.16.0"
|
||||
},
|
||||
"overrides": {
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0",
|
||||
"@unimodules/react-native-adapter": {
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0",
|
||||
"react-native-web": {
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0"
|
||||
}
|
||||
},
|
||||
"react-native-web": {
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0"
|
||||
},
|
||||
"@tarojs/components-rn": {
|
||||
"react": "^17.0.0"
|
||||
},
|
||||
"react-dom": {
|
||||
"react": "^17.0.0"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"aws-sdk": "^2.936.0",
|
||||
|
||||
Reference in New Issue
Block a user