{"id":16773244,"url":"https://github.com/aeksco/vue-netlify-lambda-prerender","last_synced_at":"2026-05-17T02:13:04.732Z","repository":{"id":88680805,"uuid":"174443428","full_name":"aeksco/vue-netlify-lambda-prerender","owner":"aeksco","description":":vulcan_salute: Basic starter project for a prerendered Vue frontend with a Netlify lambda function backend","archived":false,"fork":false,"pushed_at":"2019-03-08T01:11:48.000Z","size":118,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T03:45:57.331Z","etag":null,"topics":["axios","netlify","netlify-functions","netlify-lambda","pre-rendering","vue","vue-cli","vue-router","vuex"],"latest_commit_sha":null,"homepage":"https://vue-netlify-lambda-prerender.netlify.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aeksco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-03-08T00:49:56.000Z","updated_at":"2019-06-10T00:10:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8016eed-3390-470b-bace-e00abdeffcb7","html_url":"https://github.com/aeksco/vue-netlify-lambda-prerender","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/aeksco%2Fvue-netlify-lambda-prerender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeksco%2Fvue-netlify-lambda-prerender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeksco%2Fvue-netlify-lambda-prerender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeksco%2Fvue-netlify-lambda-prerender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeksco","download_url":"https://codeload.github.com/aeksco/vue-netlify-lambda-prerender/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902288,"owners_count":20366260,"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":["axios","netlify","netlify-functions","netlify-lambda","pre-rendering","vue","vue-cli","vue-router","vuex"],"created_at":"2024-10-13T06:45:11.506Z","updated_at":"2025-10-07T12:43:14.526Z","avatar_url":"https://github.com/aeksco.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-netlify-lambda-prerender\n\nThis is a basic starter project for a prerendered [Vue](https://vuejs.org/) frontend with a [Netlify lambda function](https://www.netlify.com/docs/functions/) backend.\n\n##### [You can view the deployed app here](https://vue-netlify-lambda-prerender.netlify.com/)\n\nThe Vue app is prerendered for improved SEO - you can learn more about server-side rendering and prerendering with Vue [here](https://ssr.vuejs.org/#ssr-vs-prerendering). Includes [vue-router](https://router.vuejs.org/), [vuex](https://vuex.vuejs.org), [axios](https://github.com/axios/axios), the [vue-cli-plugin-netlify-lambda](https://github.com/netlify/vue-cli-plugin-netlify-lambda), and the [prerender-spa-plugin](https://github.com/chrisvfritz/prerender-spa-plugin).\n\n**NOTE:** this project can only be deployed via Netlify with [continuous deployment](https://www.netlify.com/docs/continuous-deployment/) enabled.\n\n## Project setup\n```\nyarn install\n```\n\n### Compiles and hot-reloads for development\n```\nyarn run serve\n```\n\n### Compiles and minifies for production\n```\nyarn run build\n```\n\n### Run your tests\n```\nyarn run test\n```\n\n### Lints and fixes files\n```\nyarn run lint\n```\n\n### Customize configuration\nSee [Configuration Reference](https://cli.vuejs.org/config/).\n\n### Prerendering configuration\n\n**NOTE:** for prerendering to work correctly, routes for those pages must be added to `vue.config.js`:\n\n```js\nmodule.exports = {\n  configureWebpack: {\n    plugins: [\n      new PrerenderSPAPlugin({\n        staticDir: path.join(__dirname, 'dist'),\n        routes: [\n          '/',\n          '/about',\n        ],\n      }),\n    ],\n  },\n};\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeksco%2Fvue-netlify-lambda-prerender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeksco%2Fvue-netlify-lambda-prerender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeksco%2Fvue-netlify-lambda-prerender/lists"}