ShopXO商城DIY装修组件 - 移动端可视化拖拽装修,支持小程序、H5、APP
 
 
 
Go to file
sws d6a6b8a71f 1.热区新增6个可拖拽的角
2.热区新增不可拖拽出去
3.已设置改为链接名称
4.热区数据增加类型约束
5.热区弹窗在打开后图片内的坐标会根据当前浏览器的大小进行动态调整
6.优化了热区回显没有完全对准的问题
7.热区图片大小从最大60rem更新为最大80rem
8.上传分类增加新增编辑删除
2024-08-13 18:27:31 +08:00
public 1.shopxo-diy装修项目,代码引入 2024-08-12 10:18:11 +08:00
src 1.热区新增6个可拖拽的角 2024-08-13 18:27:31 +08:00
.env.development 修改页面显示 2024-08-12 16:52:01 +08:00
.env.production 修改页面显示 2024-08-12 16:52:01 +08:00
.env.staging 修改页面显示 2024-08-12 16:52:01 +08:00
.eslintignore 1.shopxo-diy装修项目,代码引入 2024-08-12 10:50:50 +08:00
.eslintrc-auto-import.json 解决冲突 2024-08-12 17:40:10 +08:00
.eslintrc.cjs 1.shopxo-diy装修项目,代码引入 2024-08-12 10:50:50 +08:00
.gitignore 1.shopxo-diy装修项目,代码引入 2024-08-12 10:18:11 +08:00
.prettierignore 1.shopxo-diy装修项目,代码引入 2024-08-12 10:50:50 +08:00
.prettierrc.cjs 1.shopxo-diy装修项目,代码引入 2024-08-12 10:50:50 +08:00
README.md 1.shopxo-diy装修项目,代码引入 2024-08-12 10:18:11 +08:00
index.html 1.shopxo-diy装修项目,代码引入 2024-08-12 10:18:11 +08:00
package.json 1.shopxo-diy装修项目,代码引入 2024-08-12 10:50:50 +08:00
tsconfig.app.json 1.shopxo-diy装修项目,代码引入 2024-08-12 10:18:11 +08:00
tsconfig.json 1.shopxo-diy装修项目,代码引入 2024-08-12 10:18:11 +08:00
tsconfig.node.json 1.shopxo-diy装修项目,代码引入 2024-08-12 10:18:11 +08:00
vite.config.ts 1.fix(model-hot-zone): 修复缩放比例计算错误并移除不必要的日志输出 2024-08-12 19:00:03 +08:00

README.md

vue3-vite

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint