docs: 📝 项目打包命令调整和依赖版本号修改
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://img.shields.io/badge/Vue-3.4.21-brightgreen.svg"/>
|
<img src="https://img.shields.io/badge/Vue-3.4.26-brightgreen.svg"/>
|
||||||
<img src="https://img.shields.io/badge/Vite-5.1.5-green.svg"/>
|
<img src="https://img.shields.io/badge/Vite-5.2.11-green.svg"/>
|
||||||
<img src="https://img.shields.io/badge/Element Plus-2.6.0-blue.svg"/>
|
<img src="https://img.shields.io/badge/Element Plus-2.7.2-blue.svg"/>
|
||||||
<img src="https://img.shields.io/badge/license-MIT-green.svg"/>
|
<img src="https://img.shields.io/badge/license-MIT-green.svg"/>
|
||||||
<a href="https://gitee.com/youlaiorg" target="_blank">
|
<a href="https://gitee.com/youlaiorg" target="_blank">
|
||||||
<img src="https://img.shields.io/badge/Author-Youlai Open Source Organization-orange.svg"/>
|
<img src="https://img.shields.io/badge/Author-Youlai Open Source Organization-orange.svg"/>
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
- **Essential Infrastructure**: Dynamic routing, button permissions, internationalization, code style, Git commit conventions, and common component encapsulation.
|
- **Essential Infrastructure**: Dynamic routing, button permissions, internationalization, code style, Git commit conventions, and common component encapsulation.
|
||||||
|
|
||||||
- **Continuous Updates**: Continuously updated for 3 years since 2021, keeping up with the latest technologies and tools.
|
- **Continuous Updates**: Since 2021, the project has maintained an open-source status with continuous updates, integrating new tools and dependencies in real time, and has accumulated a broad user base.
|
||||||
|
|
||||||
## Project Preview
|
## Project Preview
|
||||||
|
|
||||||
@@ -85,7 +85,7 @@ pnpm run dev
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Build the project
|
# Build the project
|
||||||
pnpm run build:prod
|
pnpm run build
|
||||||
|
|
||||||
# Upload files to the remote server
|
# Upload files to the remote server
|
||||||
Copy the files generated in the `dist` directory to the `/usr/share/nginx/html` directory.
|
Copy the files generated in the `dist` directory to the `/usr/share/nginx/html` directory.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://img.shields.io/badge/Vue-3.4.26-brightgreen.svg"/>
|
<img src="https://img.shields.io/badge/Vue-3.4.26-brightgreen.svg"/>
|
||||||
<img src="https://img.shields.io/badge/Vite-5.2.11-green.svg"/>
|
<img src="https://img.shields.io/badge/Vite-5.2.11-green.svg"/>
|
||||||
<img src="https://img.shields.io/badge/Element Plus-2.7.0-blue.svg"/>
|
<img src="https://img.shields.io/badge/Element Plus-2.7.2-blue.svg"/>
|
||||||
<img src="https://img.shields.io/badge/license-MIT-green.svg"/>
|
<img src="https://img.shields.io/badge/license-MIT-green.svg"/>
|
||||||
<a href="https://gitee.com/youlaiorg" target="_blank">
|
<a href="https://gitee.com/youlaiorg" target="_blank">
|
||||||
<img src="https://img.shields.io/badge/Author-有来开源组织-orange.svg"/>
|
<img src="https://img.shields.io/badge/Author-有来开源组织-orange.svg"/>
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
- **基础设施**:动态路由、按钮权限、国际化、代码规范、Git 提交规范、常用组件封装。
|
- **基础设施**:动态路由、按钮权限、国际化、代码规范、Git 提交规范、常用组件封装。
|
||||||
|
|
||||||
- **持续更新**:2021年至今持续更新3年,及时跟进最新的技术和工具。
|
- **持续更新**:自2021年起,该项目持续开源更新,实时更新工具和依赖,积累了广泛的用户群体。
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ pnpm run dev
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 项目打包
|
# 项目打包
|
||||||
pnpm run build:prod
|
pnpm run build
|
||||||
|
|
||||||
# 上传文件至远程服务器
|
# 上传文件至远程服务器
|
||||||
将打包生成在 `dist` 目录下的文件拷贝至 `/usr/share/nginx/html` 目录
|
将打包生成在 `dist` 目录下的文件拷贝至 `/usr/share/nginx/html` 目录
|
||||||
|
|||||||
Reference in New Issue
Block a user