4x/irrigation-monitor-frontend/README.md

35 lines
686 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 前端示例平台
## 在线演示
* 前端示例平台地址:<http://192.168.15.165:9958/>
* 示例平台仓库地址:<http://192.168.9.222/root/ff-template-platform.git>
## 版本特性
* 2023.05.11 sass全局变量引入控制
* 2023.05.11 validate.js基础校验库更新
* 2024.01.09 数据大屏模板及可视化组件封装
* 2024.01.09 crud 组件封装
# 安装 pnpm
npm install pnpm -g
# 安装依赖
pnpm install
# 启动运行
pnpm run dev
# 项目部署
deploy dev
# 代码片段
使用vscode的代码片段配置入口在左下角设置快捷生成vue文件内容
如 输入 vue3 会弹出片段选择,此时选择想要的代码片段即可