JeecgBoot 前端初始项目
项目下载和运行
拉取项目代码
git clone https://gitlab.com/wuniutech/jeecg-vue-temp.git cd jeecg-vue-temp git checkout v2.4.0
安装依赖
yarn run instal
开发模式运行
yarn serve
附加选项:
--open 在服务器启动时打开浏览器 --copy 在服务器启动时将 URL 复制到剪切版 --mode 指定环境模式 (默认值:development) --host 指定 host (默认值:0.0.0.0) --port 指定 port (默认值:8080) --https 使用 https (默认值:false)
编译项目
yarn build
附加选项:
--mode 指定环境模式 (默认值:production) --dest 指定输出目录 (默认值:dist) --modern 面向现代浏览器带自动回退地构建应用 --no-clean 在构建项目之前不清除目标目录 --report 生成 report.html 以帮助分析包内容 --report-json 生成 report.json 以帮助分析包内容 --watch 监听文件变化
校验并修复文件中的错误
yarn lint
附加选项:
--no-fix 只校验而不修复错误
编译并部署项目到测试服务器 (需 WSL 环境)
yarn deploy
无 WSL 环境时使用 scp 部署
yarn build && yarn scp
本地预览打包完的项目
yarn preview
参考链接
默认配置项 - Antdv Pro
@antv/g2 - AntV 数据可视化图表
Viser-Vue - antv/g2 封装实现
Viser-Vue Demo - Viser 示例