1 Star 0 Fork 1

lucky_ck / 页面展示

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Zlib

响应式布局展示

http://lucky_ck.gitee.io/page_display/bitdge/

后台管理布局页面展示 参考

http://lucky_ck.gitee.io/page_display/mall-layout/index.html

商品类目筛选功能

http://lucky_ck.gitee.io/page_display/shopping/

vue商城pc 网站端

http://lucky_ck.gitee.io/page_display/mall-web/

css布局 demo1 - 10 网格布局

http://lucky_ck.gitee.io/page_display/cssLayout/demo1

简易的命令行入门教程:

Git 全局设置:

git config --global user.name "一切都是浮云"
git config --global user.email "1049906948@qq.com"

创建 git 仓库:

mkdir page_display
cd page_display
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin https://gitee.com/lucky_ck/page_display.git
git push -u origin master

已有仓库?

cd existing_git_repo
git remote add origin https://gitee.com/lucky_ck/page_display.git
git push -u origin master
zlib License (C) 2020 一切都是浮云 This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution.

简介

展示页面 展开 收起
HTML 等 3 种语言
Zlib
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
HTML
1
https://gitee.com/lucky_ck/page_display.git
git@gitee.com:lucky_ck/page_display.git
lucky_ck
page_display
页面展示
master

搜索帮助