{"id":14964261,"url":"https://github.com/givebest/node-nest-vue-nuxt-cms","last_synced_at":"2025-04-06T11:10:27.582Z","repository":{"id":39777016,"uuid":"419562292","full_name":"givebest/node-nest-vue-nuxt-cms","owner":"givebest","description":"The CMS system developed by nest.js based on node.js and nuxt.js based on vue.js is used to implement SSR(SEO)server-side rendering and generate static HTML, which is conducive to SEO.","archived":false,"fork":false,"pushed_at":"2022-12-15T01:26:56.000Z","size":8508,"stargazers_count":329,"open_issues_count":1,"forks_count":95,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T10:06:51.556Z","etag":null,"topics":["cms","nestjs","nodejs","nuxtjs","ssr","vue","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/givebest.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}},"created_at":"2021-10-21T03:00:55.000Z","updated_at":"2025-03-21T07:53:49.000Z","dependencies_parsed_at":"2023-01-29T01:45:51.914Z","dependency_job_id":null,"html_url":"https://github.com/givebest/node-nest-vue-nuxt-cms","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/givebest%2Fnode-nest-vue-nuxt-cms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/givebest%2Fnode-nest-vue-nuxt-cms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/givebest%2Fnode-nest-vue-nuxt-cms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/givebest%2Fnode-nest-vue-nuxt-cms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/givebest","download_url":"https://codeload.github.com/givebest/node-nest-vue-nuxt-cms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471521,"owners_count":20944158,"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":["cms","nestjs","nodejs","nuxtjs","ssr","vue","vuejs"],"created_at":"2024-09-24T13:32:53.299Z","updated_at":"2025-04-06T11:10:27.567Z","avatar_url":"https://github.com/givebest.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# GiiBee CMS\n\n\u003e The CMS system developed by nest.js based on node.js and nuxt.js based on vue.js is used to implement SSR server-side rendering and generate static HTML, which is conducive to SEO.Suitable for enterprises to build SEO-type websites.\n\nEnglish | [简体中文](./README.zh-CN.md)\n\n## Getting started\n\n### MySql\n\n1. Create the `nest_cms_api` table;\n\n2. Use MySql command or management software to import the `.sql` file in the `DB` directory.\n\n### CMS API server\n\n```bash\ncd server\n\nnpm install\n\n# development\n$ npm run start\n\n# watch mode\n$ npm run start:dev\n\n# production mode\n$ npm run start:prod\n```\n\n- Serve: [http://localhost:3000/](http://localhost:3000/)\n- API documentation: [http://localhost:3000/api/](http://localhost:3000/api/)\n- Configuration: [config.default.ts](server/config/config.default.ts)\n\n### CMS management\n\n```bash\ncd admin\n\nnpm install --legacy-peer-deps\n\n# serve with hot reload at localhost:3002\nnpm run dev\n\n# build for production and launch server\n\nnpm run build:stage\n\nnpm run build:prod\n```\n\n- Serve: [http://localhost:3002/](http://localhost:3002/)\n\n### CMS web\n\n```bash\ncd web\n\nnpm install\n\n# development\n$ npm run dev\n\n# build for production and launch server\n$ npm run build\n$ npm run start\n\n# generate static project\n$ npm run generate\n```\n\n- Serve: [http://localhost:3001/](http://localhost:3001/)\n\n## Features\n\n- NestJS + MySql output API.\n- API calls sensitive operation records IP, administrator and client information.\n- NuxtJS + Vue + Bootstrap-vue can generate static HTML for the whole site (SEO).\n- Nuxtjs vue implements SSR server-side rendering (SEO).\n- Element UI + Vue realizes CMS management.\n- Front-end and back-end separation.\n- JWT authentication.\n- Commodity classification supports custom routing and web page description (SEO).\n- Product name supports custom routing and web page description (SEO).\n- Responsive web pages, adapted to PC and mobile terminals.\n\n## screenshot\n\n### CMS web\n\n![home](screenshot/web/mobile-home.png)\n\n![home](screenshot/web/home.jpg)\n\n![product](screenshot/web/mobile-product.png)\n\n![product](screenshot/web/product.jpg)\n\n![about](screenshot/web/mobile-about.png)  \n![about](screenshot/web/about.jpg)\n\n### CMS management\n\n![banner](screenshot/admin/banner.png)\n\n![product](screenshot/admin/product-create.png)\n\n![product](screenshot/admin/product.png)\n\n### CMS API\n\n![API](screenshot/server/api.jpg)\n\n## License\n\n[Apache License 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgivebest%2Fnode-nest-vue-nuxt-cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgivebest%2Fnode-nest-vue-nuxt-cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgivebest%2Fnode-nest-vue-nuxt-cms/lists"}