内控管理

ZaiZai 66ac08671f 升级 element-plus 和 remixicon 的 css,以及项目统计 1 年之前
public 66ac08671f 升级 element-plus 和 remixicon 的 css,以及项目统计 1 年之前
scripts fc5a607652 更新打包方式 1 年之前
src 66ac08671f 升级 element-plus 和 remixicon 的 css,以及项目统计 1 年之前
.editorconfig 51f5c83983 首次提交 1 年之前
.gitignore 51f5c83983 首次提交 1 年之前
README.md fc5a607652 更新打包方式 1 年之前
index.html 66ac08671f 升级 element-plus 和 remixicon 的 css,以及项目统计 1 年之前
package.json 66ac08671f 升级 element-plus 和 remixicon 的 css,以及项目统计 1 年之前
postcss.config.js 51f5c83983 首次提交 1 年之前
tailwind.config.js 51f5c83983 首次提交 1 年之前
vite.config.js cbf34899f9 减少打包体积的方案 1 年之前
yarn.lock 66ac08671f 升级 element-plus 和 remixicon 的 css,以及项目统计 1 年之前

README.md

HAC

项目成本管控系统 - 前端 vue3


node.js 的版本需要 14.18+


// 检查你的node版本, 如果低于 14.18, 请先更新node.js

node -v


推荐使用 yarn 管理依赖

如果电脑上还没有安装 yarn ,执行以下命令安装 yarn

npm install -g yarn

//或者

cnpm install -g yarn

然后在 此项目下 执行

yarn

// 或者

yarn install

yarn 的相关命令

安装依赖

yarn add 依赖名

// 或者
yarn add -D 依赖名

检测依赖更新

yarn upgrade-interactive --latest

ui组件库文档

js-fast-way 文档


打包说明

一键全打包

node:build 为一键打包为zip的方式

缺省打包

build:nopublic 为不包含/public/plugins文件夹的打包方式,减少每次打包后的体积过大的问题。

但是如果此相关文件有变动,需要使用 node:build 方式打包

一般来说,/public/plugins 很少出现变动的情况。

在服务器上更新时,请注意,不要删除服务器上存在的 plugins,否则会出现异常。