{"id":19935039,"url":"https://github.com/optimizely/vue-js-starter-kit","last_synced_at":"2026-03-05T12:02:56.045Z","repository":{"id":212740437,"uuid":"664733507","full_name":"optimizely/vue-js-starter-kit","owner":"optimizely","description":"VueJS Starter Kit for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)","archived":false,"fork":false,"pushed_at":"2023-07-17T15:53:10.000Z","size":122,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-08T12:45:48.091Z","etag":null,"topics":["optimizely-environment-public","optimizely-library","optimizely-owner-px"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/optimizely.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-07-10T16:13:29.000Z","updated_at":"2024-03-25T20:09:49.000Z","dependencies_parsed_at":"2023-12-16T00:11:28.379Z","dependency_job_id":"94886870-44ae-4573-9ff8-ff59056dc30f","html_url":"https://github.com/optimizely/vue-js-starter-kit","commit_stats":null,"previous_names":["optimizely/vue-js-starter-kit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/optimizely/vue-js-starter-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimizely%2Fvue-js-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimizely%2Fvue-js-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimizely%2Fvue-js-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimizely%2Fvue-js-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/optimizely","download_url":"https://codeload.github.com/optimizely/vue-js-starter-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimizely%2Fvue-js-starter-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30123733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T11:11:57.947Z","status":"ssl_error","status_checked_at":"2026-03-05T11:11:29.001Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["optimizely-environment-public","optimizely-library","optimizely-owner-px"],"created_at":"2024-11-12T23:18:35.917Z","updated_at":"2026-03-05T12:02:56.007Z","avatar_url":"https://github.com/optimizely.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Optimizely Vue.js Starter Kit\n\nThe goal of this repo is to get you to a running [Vue](https://vuejs.org/) app with Optimizely as fast as possible.\n\n## Prerequisites\n\nTo run the application, you need to have the following installed:\n\n- Visual Studio Code (VSCode)\n- Install extension [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) \n- Docker or Docker Desktop\n\n## Getting Started\n\nTo get started with the application, follow these steps:\n\n1. Open Visual Studio Code and press `Ctrl + Shift + P` (or `Cmd + Shift + P` on macOS) to open the command palette. Type \"Dev Containers: Clone Repository in Container Volume\" and press Enter. \n2. Enter the repository address `https://github.com/optimizely/vue-js-starter-kit`.\n3. Once the repository is cloned and opened in the dev container, run the project by opening a terminal in Visual Studio Code (press ```Ctrl + ` ``` (or  ```Cmd + ` ``` on macOS) and execute the following command:\n\n   ```shell\n   npm run dev\n   ```\n4. Click the link to the http://localhost:5173/ address to open a browser to the running Vue app.  \n5. Use the \"Run\" navigation link after reading the Quick Start information on the home page.\n\n## To Exit\n\n1. Type `q` in the terminal panel where your `npm run dev` was running.\n2. Press `Ctrl + Shift + P` (or `Cmd + Shift + P` on macOS) to open the command palette.\n3. Select the \"Remote: Close Remote Connection\" command, which will close the project and exit the running container.\n\n## What To Do From Here\n\nTake a look at the following Optimizely resources to support experimentation and feature flagging for your Vue project:\n\n- [Javascript SDK](https://github.com/optimizely/javascript-sdk)\n- [Javascript Quickstart](https://docs.developers.optimizely.com/feature-experimentation/docs/javascript-browser-quickstart)\n- [Javascript SDK Documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/javascript-sdk)\n\n### Other Optimizely SDKs\n\n- Agent - https://github.com/optimizely/agent\n\n- Android - https://github.com/optimizely/android-sdk\n\n- C# - https://github.com/optimizely/csharp-sdk\n\n- Flutter - https://github.com/optimizely/optimizely-flutter-sdk\n\n- Go - https://github.com/optimizely/go-sdk\n\n- Java - https://github.com/optimizely/java-sdk\n\n- PHP - https://github.com/optimizely/php-sdk\n\n- Python - https://github.com/optimizely/python-sdk\n\n- React - https://github.com/optimizely/react-sdk\n\n- Ruby - https://github.com/optimizely/ruby-sdk\n\n- Swift - https://github.com/optimizely/swift-sdk","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimizely%2Fvue-js-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foptimizely%2Fvue-js-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimizely%2Fvue-js-starter-kit/lists"}