4x/indicator-manage-frontend/README.md

21 lines
311 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.

# 安装 pnpm
npm install pnpm -g
# 安装依赖
pnpm install
# 启动运行
pnpm run dev
# 项目部署
deploy dev
# 代码片段
使用vscode的代码片段配置入口在左下角设置快捷生成vue文件内容
如 输入 vue3 会弹出片段选择,此时选择想要的代码片段即可