{"id":13823298,"url":"https://github.com/GitHub30/vscode-remote-try-nuxt","last_synced_at":"2025-07-08T17:33:17.125Z","repository":{"id":97629594,"uuid":"185636948","full_name":"GitHub30/vscode-remote-try-nuxt","owner":"GitHub30","description":"Nuxt.js sample project for trying out the VS Code Remote - Containers extension","archived":false,"fork":false,"pushed_at":"2019-05-08T18:47:05.000Z","size":11,"stargazers_count":7,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-05T10:48:49.431Z","etag":null,"topics":["docker","nuxt","vscode","vscode-remote","vue"],"latest_commit_sha":null,"homepage":"https://aka.ms/vscode-remote/containers/getting-started","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GitHub30.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-08T15:50:03.000Z","updated_at":"2022-09-07T00:21:37.000Z","dependencies_parsed_at":"2023-03-13T16:09:58.113Z","dependency_job_id":null,"html_url":"https://github.com/GitHub30/vscode-remote-try-nuxt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitHub30%2Fvscode-remote-try-nuxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitHub30%2Fvscode-remote-try-nuxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitHub30%2Fvscode-remote-try-nuxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitHub30%2Fvscode-remote-try-nuxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GitHub30","download_url":"https://codeload.github.com/GitHub30/vscode-remote-try-nuxt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225453303,"owners_count":17476699,"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":["docker","nuxt","vscode","vscode-remote","vue"],"created_at":"2024-08-04T09:00:28.338Z","updated_at":"2024-11-20T01:30:25.373Z","avatar_url":"https://github.com/GitHub30.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# Try Out Development Containers: Nuxt.js\n\nThis is a sample project that lets you try out the **[VS Code Remote - Containers](https://aka.ms/vscode-remote/containers)** extension in a few easy steps.\n\n\u003e **Note:** If you're following the quick start, you can jump to the [Things to try](#things-to-try) section. \n\n## Setting up the development container\n\nFollow these steps to open this sample in a container:\n\n1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started).\n\n2. If you're not yet in a development container:\n   - Clone this repository.\n   - Press \u003ckbd\u003eF1\u003c/kbd\u003e and select the **Remote-Containers: Open Folder in Container...** command.\n   - Select the cloned copy of this folder, wait for the container to start, and try things out!\n\n## Things to try\n\nOne you have this sample opened in a container, you'll be able to work with it like you would locally.\n\nSome things to try:\n\n1. **Terminal:** Press \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003e\\^\u003c/kbd\u003e and type `yarn create nuxt-app .` and answering questions from the terminal window.\n2. **Edit:**\n   - Open `pages/index.vue`\n   - Try adding some code and check out the language features. To format code press \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eI\u003c/kbd\u003e . It is also possible to go to definition of a custom element by clicking one. Notice that `vscode-eslint`, `vue-peek` and the `vetur` extension are already installed in the container.\n3. **Run:**\n   - Type `yarn run dev` from the terminal window.\n   - Then open a local browser and go to `http://localhost:3000` and note you can connect to the Nuxt App in the container.\n4. **Debug with Breakpoints:**\n   - Open `Chrome DevTools` Sources tab with \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eI\u003c/kbd\u003e in Chrome.\n   - Add a breakpoint in `webpack:///pages/index.vue` (e.g. on line 29).\n   - Press \u003ckbd\u003eF5\u003c/kbd\u003e to reload the page.\n   - Once the breakpoint is hit, try hovering over variables, examining locals, and more.\n   - Notice: Debug on VSCode is a bug. \n\nmicrosoft/vscode-chrome-debug#832\n\n## Contributing\n\nThis project welcomes contributions and suggestions.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n## License\n\nLicensed under the MIT License. See LICENSE in the project root for license information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGitHub30%2Fvscode-remote-try-nuxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGitHub30%2Fvscode-remote-try-nuxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGitHub30%2Fvscode-remote-try-nuxt/lists"}