基于 vue 2.6.12
实现 tmall
首页, 实现数据和界面分离。
npm 版本 6.14.11
npm安装和配置
设置依赖库的下载地址:
> npm config set registry "https://registry.npm.taobao.org/"
运行项目:
> git clone https://github.com/103style/tmall_vue.git
> cd tmall_vue
> npm i
> npm run dev
通过 npm run build
命令打包。
不过由于图片资源去掉了协议头, 所以本地打开会看不到一些图片。