{"id":25808144,"url":"https://github.com/nullstone-io/vue-quickstart","last_synced_at":"2026-03-07T14:03:46.702Z","repository":{"id":107481956,"uuid":"489674093","full_name":"nullstone-io/vue-quickstart","owner":"nullstone-io","description":"Vue.js Quickstart for Nullstone","archived":false,"fork":false,"pushed_at":"2024-11-13T00:49:48.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T08:58:40.679Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/nullstone-io.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":"2022-05-07T12:58:54.000Z","updated_at":"2022-05-10T14:00:38.000Z","dependencies_parsed_at":"2025-02-27T21:59:32.839Z","dependency_job_id":"9e25b369-a9af-4a51-b571-b9f0e1fb9b05","html_url":"https://github.com/nullstone-io/vue-quickstart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nullstone-io/vue-quickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fvue-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fvue-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fvue-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fvue-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullstone-io","download_url":"https://codeload.github.com/nullstone-io/vue-quickstart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-io%2Fvue-quickstart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30216513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T14:02:48.375Z","status":"ssl_error","status_checked_at":"2026-03-07T14:02:43.192Z","response_time":53,"last_error":"SSL_read: 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":"2025-02-27T21:59:21.255Z","updated_at":"2026-03-07T14:03:45.104Z","avatar_url":"https://github.com/nullstone-io.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue.js Quickstart\n\nThis is a Vue.js Static Site Quickstart for [Nullstone](https://nullstone.io).\nThis is based off the official Vue.js [Quick Start](https://vuejs.org/guide/quick-start.html) guide.\n\nThis quickstart is set up with:\n- Vue.js 3\n- Typescript\n- Vue router for Single Page Application\n\n## How to launch via Nullstone\n\n1. Create a static site. (Remember `app-name` for later)\n2. Add a subdomain. (this will add a CDN capability)\n3. Provision\n  ```shell\n  nullstone up --wait --block=\u003capp-name\u003e --env=\u003cenv-name\u003e\n  ```\n4. Build, push, and deploy\n  ```shell\n  npm run build\n  nullstone launch --source=./dist --app=\u003capp-name\u003e --env=\u003cenv-name\u003e\n  ```\n\n## Running locally\n\nYou can run this project locally inside Docker or using a dev server.\nThe docker setup is configured to hot reload; you don't have to rebuild/restart the container when you change code.\n\n### Docker\n\nNOTE: This setup requires configuring vite server to bind on `0.0.0.0`.\n\n```shell\ndocker compose up\n```\n\nVisit [http://localhost:3000](http://localhost:3000).\n\n### Dev Server\n\n```shell\nnpm run dev\n```\n\nVisit [http://localhost:3000](http://localhost:3000).\n\n### Hot reload\n\nThe `app` in `docker-compose.yml` is configured to automatically reload changes to code.\nYou do not need to rebuild/restart the app when making changes to code.\n\n### Update dependencies\n\nTo make changes to dependencies, make changes to `package.json` and restart your docker container.\n`npm install` happens automatically at the boot of the docker container to update dependencies.\n\n```shell\ndocker compose restart app\n```\n\n## Details on quickstart\n\nThis static site was generated following these steps.\n1. `npm init vue .`\n2. `npm install`\n3. Configure `package.json` to serve on `0.0.0.0` (necessary for Docker setup)\n  ```json\n  \"scripts\": {\n    \"dev\": \"vite --host=0.0.0.0\",\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullstone-io%2Fvue-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullstone-io%2Fvue-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullstone-io%2Fvue-quickstart/lists"}