{"id":20661488,"url":"https://github.com/pibigstar/clothes-store","last_synced_at":"2026-05-09T16:02:52.938Z","repository":{"id":94920727,"uuid":"165220730","full_name":"pibigstar/clothes-store","owner":"pibigstar","description":"使用taro框架写一个服装店铺首页","archived":false,"fork":false,"pushed_at":"2020-09-23T02:47:37.000Z","size":662,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-10T04:47:45.572Z","etag":null,"topics":["clothes","css","shop","taro","weapp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pibigstar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-11T09:54:37.000Z","updated_at":"2022-09-29T03:54:27.000Z","dependencies_parsed_at":"2023-07-11T23:15:49.075Z","dependency_job_id":null,"html_url":"https://github.com/pibigstar/clothes-store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pibigstar/clothes-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibigstar%2Fclothes-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibigstar%2Fclothes-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibigstar%2Fclothes-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibigstar%2Fclothes-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pibigstar","download_url":"https://codeload.github.com/pibigstar/clothes-store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibigstar%2Fclothes-store/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263493444,"owners_count":23475207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clothes","css","shop","taro","weapp"],"created_at":"2024-11-16T19:09:50.884Z","updated_at":"2026-05-09T16:02:47.897Z","avatar_url":"https://github.com/pibigstar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 服装店铺首页\n\u003e 使用Taro框架开发一个简单的服装店铺首页\n\n![](img.png)\n\n## taro安装与使用\n\n- 安装\n```bash\nnpm install -g @tarojs/cli\n```\n- 初始化项目\n```bash\ntaro init taro-clothesShop\n\n```\n- 编译为H5\n```bash\nnpm run dev:h5\n```\n- 编译为微信小程序\n```bash\nnpm run dev:weapp\n\n```\n\n## taro-ui安装\n- 安装\n```bash\nnpm install taro-ui\n\n```\n- 使用\n\n[https://taro-ui.aotu.io/#/docs/quickstart](https://taro-ui.aotu.io/#/docs/quickstart)\n\n\n## Module not found\n\nModule not found: Error: Can't resolve 'XXX' in 'FFF'\n\n```bash\nnpm i XXX --save\n```\n\n\n## 常用CSS总结\n写这个项目，主要是一边学习Taro框架，一遍学习一些常用的CSS\n\n```css\n// flex快速布局\ndisplay: flex; \n// 方向为横向\nflex-direction: row;\n// 方向为竖向\nflex-direction: column; \n// 使内部组件均匀分布\njustify-content: space-between; \n// 设置组件层级，以面向我方向为正方向\nz-index: 2; \n// 设置图片模糊\nfilter: blur(2px); \n// 设置圆角，50%为圆形\nborder-radius: 8PX;\n// 字体加粗\nfont-weight: bold;\n// 设置一行的高度(一般跟随height)\nline-height: 40PX;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpibigstar%2Fclothes-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpibigstar%2Fclothes-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpibigstar%2Fclothes-store/lists"}