Files
SOP/sop-website/sop-website-frontend/README.md
六如 3db05e8bdd 5.0
2024-11-16 17:19:19 +08:00

39 lines
605 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.

# 接口文档预览
> 采用 ECMAScript 模块ESM规范来编写和组织代码使用了最新的 Vue3、Vite、Element-Plus、TypeScript、Pinia、Tailwindcss 等主流技术
## 参考文档
- 模板:https://pure-admin.github.io/pure-admin-doc/
- 表单表格组件:https://plus-pro-components.com/
## 开发部署
安装nodejs
> node版本 >= 18.18.0
- macOS用户在命令前面添加`sudo`
```shell
# 安装pnpm
npm install -g pnpm
# 安装依赖
pnpm install
# 启动
pnpm dev
```
打包:
`pnpm build`
安装一个包:
`pnpm add 包名`
卸载一个包:
`pnpm remove 包名`