mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore: update frontend build commands
This commit is contained in:
parent
33039f0195
commit
40ca44d183
8 changed files with 16 additions and 21 deletions
|
@ -226,8 +226,8 @@ En plataformas que no tienen una versión de compilación oficial, pueden compil
|
||||||
Ejecute el siguiente comando en el directorio `app`.
|
Ejecute el siguiente comando en el directorio `app`.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
yarn install
|
pnpm install
|
||||||
yarn build
|
pnpm build
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compilación del Backend
|
### Compilación del Backend
|
||||||
|
|
|
@ -289,8 +289,8 @@ Trên các nền tảng không có phiên bản xây dựng chính thức, chún
|
||||||
Vui lòng thực hiện lệnh sau trong thư mục `app`.
|
Vui lòng thực hiện lệnh sau trong thư mục `app`.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
yarn install
|
pnpm install
|
||||||
yarn build
|
pnpm build
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build Backend
|
### Build Backend
|
||||||
|
|
|
@ -220,9 +220,8 @@ docker run -dit \
|
||||||
请在 `app` 目录中执行以下命令。
|
请在 `app` 目录中执行以下命令。
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
yarn install
|
pnpm install
|
||||||
make translations
|
pnpm build
|
||||||
yarn build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### 构建后端
|
### 构建后端
|
||||||
|
|
|
@ -225,9 +225,8 @@ docker run -dit \
|
||||||
請在 `app` 資料夾中執行以下命令。
|
請在 `app` 資料夾中執行以下命令。
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
yarn install
|
pnpm install
|
||||||
make translations
|
pnpm build
|
||||||
yarn build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### 建置後端
|
### 建置後端
|
||||||
|
|
|
@ -286,8 +286,8 @@ On platforms that do not have an official build version, they can be built manua
|
||||||
Please execute the following command in `app` directory.
|
Please execute the following command in `app` directory.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
yarn install
|
pnpm install
|
||||||
yarn build
|
pnpm build
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build Backend
|
### Build Backend
|
||||||
|
|
|
@ -19,9 +19,8 @@ You should execute the following command to update browser list database before
|
||||||
Please execute the following command in `app` directory.
|
Please execute the following command in `app` directory.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
yarn install
|
pnpm install
|
||||||
make translations
|
pnpm build
|
||||||
yarn build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build Backend
|
## Build Backend
|
||||||
|
|
|
@ -18,9 +18,8 @@
|
||||||
请在 `app` 目录中执行以下命令。
|
请在 `app` 目录中执行以下命令。
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
yarn install
|
pnpm install
|
||||||
make translations
|
pnpm build
|
||||||
yarn build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 构建后端
|
## 构建后端
|
||||||
|
|
|
@ -18,9 +18,8 @@
|
||||||
請在 `app` 資料夾中執行以下命令。
|
請在 `app` 資料夾中執行以下命令。
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
yarn install
|
pnpm install
|
||||||
make translations
|
pnpm build
|
||||||
yarn build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 構建後端
|
## 構建後端
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue