https://github.com/emosheeep/zcool
仿写站酷网某工作室主页,做到外观上的高度还原,功能上尽量还原,请不要使用IE浏览器预览
https://github.com/emosheeep/zcool
bootstrap
Last synced: 30 days ago
JSON representation
仿写站酷网某工作室主页,做到外观上的高度还原,功能上尽量还原,请不要使用IE浏览器预览
- Host: GitHub
- URL: https://github.com/emosheeep/zcool
- Owner: emosheeep
- Created: 2019-09-10T05:23:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:09:30.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T16:27:03.719Z (9 months ago)
- Topics: bootstrap
- Language: Vue
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 站酷网某工作室主页仿写
大二的实训的时候做的大作业,没找着人组队,就一个人做。就是切图,仿写。最近在学习webpack的优化,
回过头来把这个项目的构建优化了一下,打开快多了。[点击预览](http://app.biubiubius.com:8002/)
## 参考
[站酷网左佐工作室](https://archerzuo.zcool.com.cn/)## 截图
## Build Setup
``` bash
# 安装依赖
npm install# 开发模式
npm run dev# 构建并输出打包分析报告(构建出的项目需要放到服务器上运行)
npm run build```