{"id":19450300,"url":"https://github.com/ymc-github/vue-ssr-pro-with-express","last_synced_at":"2026-05-16T06:02:37.000Z","repository":{"id":95798766,"uuid":"232712119","full_name":"YMC-GitHub/vue-ssr-pro-with-express","owner":"YMC-GitHub","description":"run vue app ssr production with express (ssr mode)","archived":false,"fork":false,"pushed_at":"2020-01-17T05:34:57.000Z","size":622,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T09:23:21.031Z","etag":null,"topics":["express4","vue2"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/YMC-GitHub.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":"2020-01-09T03:16:39.000Z","updated_at":"2020-01-17T05:35:43.000Z","dependencies_parsed_at":"2023-05-03T12:46:44.897Z","dependency_job_id":null,"html_url":"https://github.com/YMC-GitHub/vue-ssr-pro-with-express","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YMC-GitHub/vue-ssr-pro-with-express","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YMC-GitHub%2Fvue-ssr-pro-with-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YMC-GitHub%2Fvue-ssr-pro-with-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YMC-GitHub%2Fvue-ssr-pro-with-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YMC-GitHub%2Fvue-ssr-pro-with-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YMC-GitHub","download_url":"https://codeload.github.com/YMC-GitHub/vue-ssr-pro-with-express/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YMC-GitHub%2Fvue-ssr-pro-with-express/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33092434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["express4","vue2"],"created_at":"2024-11-10T16:36:17.067Z","updated_at":"2026-05-16T06:02:36.947Z","avatar_url":"https://github.com/YMC-GitHub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-ssr-pro-with-express\n\n## desc\n\nvue app production with  express (ssr mode)\n\n## project diretory constructor\n\nget detail [here](./note/dir-construtor.md)\n\n## some important deps for csr production\n\n- express (use express framework)\n- express.router (use route help you?)\n- serve-static (use static file serve)\n- serve-favicon (to quickly use favicon)\n- morgan (use log for serve?)\n- compression (use zlip to compress)\n- lru-cache (mirco cache sth.)\n- connect-multiparty (support multi middleware?)\n- cookie-parser (parse cookie header and bind to req.cookies ?)\n- body-parser (parse req body for json , urlencoded ?)\n- moment (date library for parsing, validating, manipulating, and formatting dates?)\n\n\n## some config\n\n`config/server.config.js`\n\n01.where the host is? [config](./config/server.config.js#L8)\n\n02.which port will use?  [config](./config/server.config.js#L10)\n\n03.where the html file to serve?  [config](./config/server.config.js#L12)\n\n04.what is the name of html files?   [config](./config/server.config.js#L14)\n\n05.where the static file to serve?   [config](./config/server.config.js#L16)\n\n## some command\n\n``` bash\n# install dependencies\nnpm install # or yarn install\n\n# serve in production mode\nnpm start\n```\n\n## author\n\nyemiancheng \u003cymc-github@gmail.com\u003e\n\n## contributor\n\neteplus \u003ceterplus@gmail.com\u003e\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymc-github%2Fvue-ssr-pro-with-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fymc-github%2Fvue-ssr-pro-with-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymc-github%2Fvue-ssr-pro-with-express/lists"}