No Description

jwyu 5825c19a66 fix 9 months ago
public 6fc74ff728 first commit 10 months ago
src 5825c19a66 fix 9 months ago
.env.development 7bcf7cb472 fix 10 months ago
.env.production 7bcf7cb472 fix 10 months ago
.env.test 7bcf7cb472 fix 10 months ago
.gitignore 7f42d3cf5f fix 10 months ago
README.md 5619464216 fix 10 months ago
index.html 8cfab8a44b comit 9 months ago
package.json 4ab1dd78f9 打包自动生成zip压缩包 10 months ago
pnpm-lock.yaml 4ab1dd78f9 打包自动生成zip压缩包 10 months ago
vite.config.js 4ab1dd78f9 打包自动生成zip压缩包 10 months ago
zipBuildPlugin.js 8db5c7d4a5 comit 10 months ago

README.md

ETA

  1. 全局挂载了formatTime(时间字符串,输出形式默认YYYY-MM-DD HH:mm:ss)方法,在组件中可直接使用
  2. 图标尽量使用svg,使用方法
  3. Element-plus 中的icon 可以用 此种方式 就是加个 i-ep;在vite.config中配置了
  4. 全局组件直接在components中定义就好,已经做了自动导入,直接在页面中用文件名即可