{"id":16068064,"url":"https://github.com/ged/aurelia-semantic-ui-demo","last_synced_at":"2026-01-19T13:01:13.640Z","repository":{"id":65987986,"uuid":"54421370","full_name":"ged/aurelia-semantic-ui-demo","owner":"ged","description":"Demo application/documentation for aurelia-semantic-ui (Github mirror)","archived":false,"fork":false,"pushed_at":"2016-10-24T22:16:42.000Z","size":2838,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T10:14:12.385Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bitbucket.org/ged/aurelia-semantic-ui-demo","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ged.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-21T20:44:34.000Z","updated_at":"2016-10-24T22:16:44.000Z","dependencies_parsed_at":"2023-02-19T20:45:54.297Z","dependency_job_id":null,"html_url":"https://github.com/ged/aurelia-semantic-ui-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ged/aurelia-semantic-ui-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Faurelia-semantic-ui-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Faurelia-semantic-ui-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Faurelia-semantic-ui-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Faurelia-semantic-ui-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ged","download_url":"https://codeload.github.com/ged/aurelia-semantic-ui-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Faurelia-semantic-ui-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28568833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T12:50:50.164Z","status":"ssl_error","status_checked_at":"2026-01-19T12:50:42.704Z","response_time":67,"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-10-09T06:08:20.438Z","updated_at":"2026-01-19T13:01:13.620Z","avatar_url":"https://github.com/ged.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aurelia-semantic-ui-demo\n\nThis is the demo app and documentation for [the Semantic UI Aurelia plugin](https://ged.github.com/aurelia-semantic-ui).\n\nIt's still very much a work in progress. Suggestions/pull requests welcomed.\n\n\n## Running The App\n\nTo run the app, follow these steps.\n\n1. Ensure that [NodeJS](http://nodejs.org/) is installed. This provides the platform on which the build tooling runs.\n2. From the project folder, execute the following command:\n\n  ```shell\n  npm install\n  ```\n3. Ensure that [Gulp](http://gulpjs.com/) is installed globally. If you need to install it, use the following command:\n\n  ```shell\n  npm install -g gulp\n  ```\n  \u003e **Note:** Gulp must be installed globally, but a local version will also be installed to ensure a compatible version is used for the project.\n4. Ensure that [jspm](http://jspm.io/) is installed globally. If you need to install it, use the following command:\n\n  ```shell\n  npm install -g jspm\n  ```\n  \u003e **Note:** jspm must be installed globally, but a local version will also be installed to ensure a compatible version is used for the project.\n\n  \u003e **Note:** jspm queries GitHub to install semver packages, but GitHub has a rate limit on anonymous API requests. It is advised that you configure jspm with your GitHub credentials in order to avoid problems. You can do this by executing `jspm registry config github` and following the prompts. If you choose to authorize jspm by an access token instead of giving your password (see GitHub `Settings \u003e Personal Access Tokens`), `public_repo` access for the token is required.\n5. Install the client-side dependencies with jspm:\n\n  ```shell\n  jspm install -y\n  ```\n  \u003e**Note:** Windows users, if you experience an error of \"unknown command unzip\" you can solve this problem by doing `npm install -g unzip` and then re-running `jspm install`.\n6. To run the app, execute the following command:\n\n  ```shell\n  gulp watch\n  ```\n7. Browse to [http://localhost:9000](http://localhost:9000) to see the app. You can make changes in the code found under `src` and the browser should auto-refresh itself as you save files.\n\n\u003e The `watch` task uses [BrowserSync](http://www.browsersync.io/) for automated page refreshes on code/markup changes concurrently across multiple browsers. If you prefer to disable the mirroring feature set the [ghostMode option](http://www.browsersync.io/docs/options/#option-ghostMode) to false\n\n## Running The App under Electron\n\nTo run the app under [Electron](http://electron.atom.io), follow these steps.\n\n1. Install [Electron](http://electron.atom.io)\n\n  ```shell\n  npm install electron-prebuilt -g\n  ```\n2. To start the app, execute the following command:\n\n  ```shell\n  electron index.js\n  ```\n\n\n## Bundling\nBundling is performed by [Aurelia Bundler](http://github.com/aurelia/bundler). A gulp task is already configured for that. Use the following command to bundle the app:\n\n  ```shell\n    gulp bundle\n  ```\n\nYou can also unbundle using the command bellow:\n\n  ```shell\n    gulp unbundle\n  ```\n\nTo start the bundled app, execute the following command:\n\n  ```shell\n    gulp serve-bundle\n  ```\n\n#### Configuration\nThe configuration is done by ```bundles.js``` file.\n\n##### Optional\nUnder ```options``` of ```dist/aurelia``` add ```rev: true``` to add bundle file revision/version.\n\n\n## Exporting bundled production version\nA gulp task is already configured for that. Use the following command to export the app:\n\n  ```shell\n    gulp export\n  ```\nThe app will be exported into ```export``` directory preserving the directory structure.\n\n#### Configuration\nThe configuration is done by ```bundles.js``` file.\nIn addition, ```export.js``` file is available for including individual files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fged%2Faurelia-semantic-ui-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fged%2Faurelia-semantic-ui-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fged%2Faurelia-semantic-ui-demo/lists"}