Skip to content

Commit

Permalink
Merge pull request #173 from SUSTech-CRA/fix/build-07
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
liziwl authored Jul 17, 2024
2 parents 4001302 + 3e27000 commit f2780af
Show file tree
Hide file tree
Showing 3 changed files with 4,124 additions and 5,118 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ Online manual for SUSTecher.

* nodejs版本:18
* 推荐包管理器:pnpm
* 安装依赖:pnpm install
* 升级依赖:pnpm up
* 快速构建:pnpm run docs:fastbuild
* 构建:pnpm run docs:build
* 预览:pnpm run docs:dev
* 清理:pnpm run docs:clean

### 版本说明
* 正式线上版本(master 分支构建):https://sustech.online/
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"@vuepress/plugin-pwa": "next",
"@vuepress/plugin-pwa-popup": "next",
"@vuepress/plugin-register-components": "next",
"@vuepress/plugin-sitemap": "next",
"@vuepress/plugin-toc": "next",
"@vuepress/theme-default": "next",
"ant-design-vue": "^4.0.7",
"vue-echarts": "~6.2.3",
"vuepress": "next",
"@vuepress/plugin-sitemap": "next"
"ant-design-vue": "^4.2.3",
"vue-echarts": "~6.2.4",
"vuepress": "next"
},
"scripts": {
"docs:dev": "vuepress dev docs",
Expand All @@ -27,8 +27,8 @@
"@turf/turf": "^7.0.0",
"axios": "^1.7.2",
"download": "^8.0.0",
"echarts": "^5.4.0",
"maplibre-gl": "4.5.0",
"vue": "3.4.31"
"echarts": "^5.5.1",
"maplibre-gl": "^4.5.0",
"vue": "^3.4.32"
}
}
Loading

0 comments on commit f2780af

Please sign in to comment.