{"id":18340833,"url":"https://github.com/amercier/nuxt-playground","last_synced_at":"2026-04-30T14:36:25.295Z","repository":{"id":143103441,"uuid":"137464956","full_name":"amercier/nuxt-playground","owner":"amercier","description":"\"Hello World\" app built with Nuxt.js + Continuous Integration (Travis) \u0026 Deployment (Heroku)","archived":false,"fork":false,"pushed_at":"2018-06-17T15:28:07.000Z","size":665,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T13:18:32.018Z","etag":null,"topics":["continuous-deployment","continuous-integration","heroku","nuxt","travis-ci"],"latest_commit_sha":null,"homepage":"https://nuxt-playground.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amercier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-06-15T08:56:45.000Z","updated_at":"2018-06-17T15:28:04.000Z","dependencies_parsed_at":"2023-04-12T08:47:11.201Z","dependency_job_id":null,"html_url":"https://github.com/amercier/nuxt-playground","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/amercier%2Fnuxt-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amercier%2Fnuxt-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amercier%2Fnuxt-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amercier%2Fnuxt-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amercier","download_url":"https://codeload.github.com/amercier/nuxt-playground/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248111126,"owners_count":21049569,"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":["continuous-deployment","continuous-integration","heroku","nuxt","travis-ci"],"created_at":"2024-11-05T20:24:22.264Z","updated_at":"2026-04-30T14:36:20.247Z","avatar_url":"https://github.com/amercier.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"nuxt-playground\n===============\n\n\u003e *Hello World* app built with \u003cimg alt=\"Nuxt\" src=\"https://nuxtjs.org/favicon.ico\" height=\"16\"\u003e [Nuxt], with:\n\u003e - **Continuous Integration** with \u003cimg alt=\"Travis CI\" src=\"https://cdn.travis-ci.org/images/favicon-076a22660830dc325cc8ed70e7146a59.png\" height=\"16\"\u003e [Travis CI], running:\n\u003e   - JavaScript linting with \u003cimg alt=\"ESLint\" src=\"http://eslint.org/img/favicon.512x512.png\" height=\"16\"\u003e [ESLint]\n\u003e   - Unit testing with \u003cimg alt=\"Jest\" src=\"https://facebook.github.io/jest/img/favicon/favicon.ico\" height=\"16\"\u003e [Jest] (including snapshots)\n\u003e   - End-to-end testing with \u003cimg alt=\"Ava\" src=\"https://github.com/avajs/ava/raw/master/media/logo.png\" height=\"16\"\u003e [Ava]\n\u003e - **Continuous Deployment** with \u003cimg alt=\"Heroku\" src=\"https://www.herokucdn.com/favicon.ico\" height=\"16\"\u003e [Heroku]\n\n[![Build Status](https://travis-ci.org/amercier/nuxt-playground.svg?branch=master)](https://travis-ci.org/amercier/nuxt-playground)\n[![Test Coverage](https://img.shields.io/codecov/c/github/amercier/nuxt-playground/master.svg)](https://codecov.io/github/amercier/nuxt-playground?branch=master)\n\n[▶ Live Demo](https://nuxt-playground.herokuapp.com/)\n\nPrerequisites\n-------------\n\n- [Node.js] 8+, with **NPM** 5+\n\nGetting started\n---------------\n\n### 1. Install\n\n```sh\nnpm install\n```\n\n### 2. Start application\n\n```sh\nnpm run dev\n```\n\nOpen \u003chttp://localhost:3000/\u003e\n\n### 3. Run tests\n\n```sh\nnpm run test\n```\n\n**Note:** this runs `npm run test:unit` (unit tests) and `npm run test:e2e` (end-to-end tests) in parallel, see [package.json] for details.\n\nDeployment\n----------\n\n### Heroku\n\n1. Create a new Heroku app\n2. Set config vars:\n   - `HOST` = `0.0.0.0`\n   - `NODE_ENV` = `production`\n3. Deploy your app (`git push heroku master` if you are [deploying with Git](https://devcenter.heroku.com/articles/git))\n\nRead [How to deploy with Heroku?](https://nuxtjs.org/faq/heroku-deployment) for more details. (note: `NPM_CONFIG_PRODUCTION` is not required for this app as we use `dependencies` instead of `devDependencies`).\n\n### Others\n\nPlease refer to official [Nuxt FAQ]:\n- [How to deploy with Now?](https://nuxtjs.org/faq/now-deployment)\n- [How to deploy with Dokku?](https://nuxtjs.org/faq/dokku-deployment)\n- [How to deploy with Surge?](https://nuxtjs.org/faq/surge-deployment)\n- [How to deploy with Github?](https://nuxtjs.org/faq/github-pages)\n\nLicense\n-------\n\n[![License](https://img.shields.io/github/license/amercier/nuxt-playground.svg)](./LICENSE.md)\n\n[Nuxt]: https://nuxtjs.org/\n[Nuxt FAQ]: https://nuxtjs.org/faq/\n[Travis CI]: https://travis-ci.org/\n[ESLint]: https://eslint.org/\n[Jest]: https://facebook.github.io/jest/\n[Ava]: https://ava.li/\n[Heroku]: https://www.heroku.com/\n[Node.js]: https://nodejs.org/en/\n[package.json]: [./package.json]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famercier%2Fnuxt-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famercier%2Fnuxt-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famercier%2Fnuxt-playground/lists"}