Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.04 KB

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

配置说明

  • env 目录保存了不同模型下的环境变量

  • npm run dev 开发服务器

  • npm run build 构建生产环境

    • npm run build:test => 构建测试环境
  • npm run preview 本地预览生产环境

  1. 按钮冒泡效果:主要是利用了 background-imagetransitionanimation属性来完成,顺便加上一点点JS。
  2. 点赞效果:主要是利用background + transition,加上一张长图来完成。