You've already forked template-MP
IFLOW描述文件优化
This commit is contained in:
5
IFLOW.md
5
IFLOW.md
@@ -62,6 +62,10 @@ npm install
|
||||
* 全局样式文件位于 `common/styles/` 目录下,包括 `common.css` 和 `normal.scss`。
|
||||
* 样式规范应遵循项目中已有的风格。
|
||||
|
||||
## 静态资源
|
||||
|
||||
* 所有静态资源需要使用环境变量 `VITE_ASSETSURL`。
|
||||
|
||||
## 工具函数 (tool.js)
|
||||
|
||||
`common/utils/tool.js` 文件提供了一系列常用的工具函数:
|
||||
@@ -80,6 +84,7 @@ npm install
|
||||
## 组件
|
||||
|
||||
* 项目集成了 `uView-Plus` 和 `z-paging` 两个组件库。
|
||||
* `uView-Plus` 组件的使用方式是 `u-icon`、`u-input`、`u-textarea`。
|
||||
* 自定义组件应放在 `components/` 目录下。
|
||||
|
||||
## 页面
|
||||
|
||||
Reference in New Issue
Block a user