
这是用vue2+vite写的一个模仿苹果官网的项目 项目完成了苹果官网首页的还原,并对个别产品进行了详细的介绍。 没有使用任何第三方组件库,组件全部都是自己纯手写。 其中还原了airpods pro产品的详细介绍,具有极强的交互式体验,用了大量的js原生操作dom的方法。 响应式布局,兼容移动端和pc端。 技术栈:vue-cli、vue、vue-router 静态资源(图片)来源:苹果中国官网
The project is an impressive replica of the Apple official website, crafted using Vue 2 and Vite. It not only replicates the homepage of Apple but also provides in-depth details about select products, notably the AirPods Pro. A unique aspect of this project is its complete reliance on self-written components, steering clear of any third-party libraries, which showcases a commitment to custom craftsmanship in web development.
With an emphasis on interactive experiences, the project integrates extensive native JavaScript for DOM manipulation, enriching user engagement. The design incorporates a responsive layout, ensuring seamless compatibility across mobile and PC platforms, ultimately reflecting the elegance and modernity associated with Apple's aesthetic.

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.