{"id":21180062,"url":"https://github.com/stfbauer/spfx-section-design","last_synced_at":"2026-04-24T08:32:33.768Z","repository":{"id":86930780,"uuid":"306701659","full_name":"StfBauer/SPFx-Section-Design","owner":"StfBauer","description":"Section Design SPFx sample","archived":false,"fork":false,"pushed_at":"2020-10-23T17:22:12.000Z","size":173,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-01T04:22:39.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/StfBauer.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":"2020-10-23T17:19:34.000Z","updated_at":"2023-09-29T03:29:55.000Z","dependencies_parsed_at":"2023-05-29T20:45:32.546Z","dependency_job_id":null,"html_url":"https://github.com/StfBauer/SPFx-Section-Design","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StfBauer/SPFx-Section-Design","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StfBauer%2FSPFx-Section-Design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StfBauer%2FSPFx-Section-Design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StfBauer%2FSPFx-Section-Design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StfBauer%2FSPFx-Section-Design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StfBauer","download_url":"https://codeload.github.com/StfBauer/SPFx-Section-Design/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StfBauer%2FSPFx-Section-Design/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32216224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T08:24:32.376Z","status":"ssl_error","status_checked_at":"2026-04-24T08:24:26.731Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-20T17:35:50.905Z","updated_at":"2026-04-24T08:32:33.749Z","avatar_url":"https://github.com/StfBauer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sectionbg\n\n\n\n\u003e This is where you include your project's documentation.\n\n## Global dependencies\n\nRequires Gulp globally installed:\n\n```shell\nnpm install --global gulp\n```\n\n## Building the code\n\nDownload \u0026 install all dependencies, build, bundle \u0026 package the project\n\n```shell\n# download \u0026 install dependencies\nnpm install\n\n# transpile all TypeScript \u0026 SCSS =\u003e JavaScript \u0026 CSS\ngulp build\n\n# create component bundle \u0026 manifest\ngulp bundle\n\n# create SharePoint package\ngulp package-solution\n```\n\nThese commands produce the following:\n\n- **./lib**: intermediate-stage commonjs build artifacts\n- **./dist**: bundled script, along with other resources\n- **./temp/deploy**: all resources required by component(s) to deploy to a CDN (when `--ship` argument present)\n\n## Build options\n\n- `gulp clean`: Deletes all build output (**/dist**, **/lib**, **/temp**, etc.).\n- `gulp build`: Transpiles all TypeScript \u0026 SCSS to JavaScript \u0026 CSS, generates source map files \u0026 TypeScript type declaration files\n- `gulp bundle [--ship|-p|--production]`: Runs gulp task **build**, then uses webpack to create the JavaScript bundle(s) and component manifest(s) as defined in **./config/config.json**. The `--ship`, `-p` or `--production` argument specifies a production build that will generate minified bundles.\n- `gulp serve [--ship|-p|--production]`: Runs gulp tasks **build**, **bundle** \u0026 starts the local webserver. Depending on the project type, it opens the browser and navigates to the local workbench or specified URL (in the case of extension components). The `--ship`, `-p` or `--production` argument specifies a production build that modifies the resulting package for production hosting rather than local hosting of assets.\n- `gulp package-solution`: Creates the SharePoint Package (**.sppkg**) file.\n- `gulp dist`: Creates a production-ready SharePoint Package (**.sppkg**) file. The following gulp task gets executed in this specific order `gulp clean`, `gulp bundle`, `gulp package-solution.`\n- `gulp dev`: Creates a development-ready SharePoint Package (**.sppkg**) file. The following gulp task will be executed in this specific order `gulp clean`, `gulp bundle`, `gulp package-solution.`\n\n\u003e View all available gulp tasks by running `gulp --tasks`\n\nMore information on [SharePoint Framework](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview)\n\nGenerated with [pnp/spfx](https://github.com/pnp/generator-spfx/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstfbauer%2Fspfx-section-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstfbauer%2Fspfx-section-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstfbauer%2Fspfx-section-design/lists"}