build: 📦 升级 Vite 5 ,要求 node 版本≥ 18
This commit is contained in:
parent
7cd5582e13
commit
c82b055fe8
|
|
@ -1,7 +1,7 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://img.shields.io/badge/Vue-3.3.4-brightgreen.svg"/>
|
<img src="https://img.shields.io/badge/Vue-3.3.13-brightgreen.svg"/>
|
||||||
<img src="https://img.shields.io/badge/Vite-4.4.11-green.svg"/>
|
<img src="https://img.shields.io/badge/Vite-5.0.10-green.svg"/>
|
||||||
<img src="https://img.shields.io/badge/Element Plus-2.3.14-blue.svg"/>
|
<img src="https://img.shields.io/badge/Element Plus-2.4.4-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"/>
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
| 环境 | 名称版本 | 备注 |
|
| 环境 | 名称版本 | 备注 |
|
||||||
| -------------------- | :----------------------------------------------------------- | ------------------------------------------------------------ |
|
| -------------------- | :----------------------------------------------------------- | ------------------------------------------------------------ |
|
||||||
| **开发工具** | VSCode | [下载地址](https://code.visualstudio.com/Download) |
|
| **开发工具** | VSCode | [下载地址](https://code.visualstudio.com/Download) |
|
||||||
| **运行环境** | Node 16+ | [下载地址](http://nodejs.cn/download) |
|
| **运行环境** | Node 18+ | [下载地址](http://nodejs.cn/download) |
|
||||||
| **VSCode插件(必装)** | 1. `Vue Language Features (Volar) ` <br/> 2. `TypeScript Vue Plugin (Volar) ` <br/>3. 禁用 Vetur |  |
|
| **VSCode插件(必装)** | 1. `Vue Language Features (Volar) ` <br/> 2. `TypeScript Vue Plugin (Volar) ` <br/>3. 禁用 Vetur |  |
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
16
package.json
16
package.json
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vue3-element-admin",
|
"name": "vue3-element-admin",
|
||||||
"version": "2.7.2",
|
"version": "2.8.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "npx only-allow pnpm",
|
"preinstall": "npx only-allow pnpm",
|
||||||
|
|
@ -41,11 +41,11 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@element-plus/icons-vue": "^2.3.1",
|
"@element-plus/icons-vue": "^2.3.1",
|
||||||
"@vitejs/plugin-vue": "^4.5.2",
|
"@vitejs/plugin-vue": "^4.6.0",
|
||||||
"@vueuse/core": "^10.7.0",
|
"@vueuse/core": "^10.7.1",
|
||||||
"@wangeditor/editor": "^5.1.23",
|
"@wangeditor/editor": "^5.1.23",
|
||||||
"@wangeditor/editor-for-vue": "5.1.10",
|
"@wangeditor/editor-for-vue": "5.1.10",
|
||||||
"axios": "^1.6.2",
|
"axios": "^1.6.3",
|
||||||
"echarts": "^5.4.3",
|
"echarts": "^5.4.3",
|
||||||
"element-plus": "^2.4.4",
|
"element-plus": "^2.4.4",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
|
|
@ -102,19 +102,19 @@
|
||||||
"stylelint-config-standard": "^34.0.0",
|
"stylelint-config-standard": "^34.0.0",
|
||||||
"stylelint-config-standard-scss": "^11.1.0",
|
"stylelint-config-standard-scss": "^11.1.0",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"unocss": "^0.51.13",
|
"unocss": "^0.58.1",
|
||||||
"unplugin-auto-import": "^0.15.3",
|
"unplugin-auto-import": "^0.15.3",
|
||||||
"unplugin-icons": "^0.16.6",
|
"unplugin-icons": "^0.16.6",
|
||||||
"unplugin-vue-components": "^0.24.1",
|
"unplugin-vue-components": "^0.24.1",
|
||||||
"vite": "^4.5.1",
|
"vite": "^5.0.10",
|
||||||
"vite-plugin-mock": "^3.0.0",
|
"vite-plugin-mock": "^3.0.0",
|
||||||
"vite-plugin-svg-icons": "^2.0.1",
|
"vite-plugin-svg-icons": "^2.0.1",
|
||||||
"vue-tsc": "^1.8.26"
|
"vue-tsc": "^1.8.27"
|
||||||
},
|
},
|
||||||
"repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
|
"repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
|
||||||
"author": "有来开源组织",
|
"author": "有来开源组织",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.0.0"
|
"node": ">=18.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
const defaultSettings: AppSettings = {
|
const defaultSettings: AppSettings = {
|
||||||
title: "vue3-element-admin",
|
title: "vue3-element-admin",
|
||||||
version: "v2.7.2",
|
version: "v2.8.0",
|
||||||
showSettings: true,
|
showSettings: true,
|
||||||
tagsView: true,
|
tagsView: true,
|
||||||
fixedHeader: false,
|
fixedHeader: false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue