- 基于
Vue
模仿苹果官网
An imitaion of Apple based on
Vue
- 仅实现了
首页
和Mac主页面
,其他页面链接均跳转至404页面
Only
home page
and the main page ofMac section
are finished, other links will navigate the current page to404 page
- 未实现除页面的
视觉效果
之外的其他功能,例如真实的页面跳转
或苹果官网具备的逻辑功能
Other features than the
visual effects
of the pages, such asreal page jumps
orlogic features
available on Apple's official website, are not implemented
- 所有页面均采用
响应式
布局,可适配主流的移动端
至PC端
屏幕
All pages are in a
responsive
layout that can be friendly adapted to screens from 'mobile' to 'PC'
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.