{"id":16131803,"url":"https://github.com/bcopy/gridsome-maven","last_synced_at":"2026-05-10T02:50:50.817Z","repository":{"id":73468553,"uuid":"494606101","full_name":"bcopy/gridsome-maven","owner":"bcopy","description":"A Gridsome starter project with support from Apache Maven and Spring Boot","archived":false,"fork":false,"pushed_at":"2022-08-23T13:34:14.000Z","size":325,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-12T20:43:26.353Z","etag":null,"topics":["example-project","gridsome","maven","spring-boot","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/bcopy.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":"2022-05-20T21:02:41.000Z","updated_at":"2022-08-23T13:36:10.000Z","dependencies_parsed_at":"2023-04-18T07:31:55.815Z","dependency_job_id":null,"html_url":"https://github.com/bcopy/gridsome-maven","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcopy%2Fgridsome-maven","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcopy%2Fgridsome-maven/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcopy%2Fgridsome-maven/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcopy%2Fgridsome-maven/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcopy","download_url":"https://codeload.github.com/bcopy/gridsome-maven/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247500269,"owners_count":20948874,"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":["example-project","gridsome","maven","spring-boot","vuejs"],"created_at":"2024-10-09T22:27:14.433Z","updated_at":"2026-05-10T02:50:50.790Z","avatar_url":"https://github.com/bcopy.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gridsome starter project with Maven\n\nWhy even ? Maven and the excellent [frontend plugin](https://github.com/eirslett/frontend-maven-plugin) provide a virtual environment for NPM-based development : \n* :relieved: Experiment safely with Node and NPM without messing with your operating system.\n* :muscle: Let Maven handle the heavy-lifting related to Git flow releasing and versioning.\n* :rocket: Build a custom GraphQL back-end on top of Spring Data to migrate those pesky legacy relational datasources in no-time.\n\n## How to boostrap your own Maven and NPM project\n\nYou need to register a Maven POM file using the Frontend plugin, as described on the [plugin homepage](https://github.com/eirslett/frontend-maven-plugin). Your configuration should specify the Node and NPM installation, here for instance with Node v12.x and NPM v6.x :\n\n```xml\n    \u003cplugin\u003e\n        \u003cgroupId\u003ecom.github.eirslett\u003c/groupId\u003e\n        \u003cartifactId\u003efrontend-maven-plugin\u003c/artifactId\u003e\n        \u003cversion\u003e1.12.1\u003c/version\u003e\n        \u003cconfiguration\u003e\n            \u003cworkingDirectory\u003e${project.basedir}\u003c/workingDirectory\u003e\n            \u003cnodeVersion\u003ev12.18.3\u003c/nodeVersion\u003e\n            \u003cnpmVersion\u003e6.14.8\u003c/npmVersion\u003e\n        \u003c/configuration\u003e\n        \u003cexecutions\u003e\n            \u003cexecution\u003e\n                \u003cid\u003einstall node and npm\u003c/id\u003e\n                \u003cgoals\u003e\n                    \u003cgoal\u003einstall-node-and-npm\u003c/goal\u003e\n                \u003c/goals\u003e\n            \u003c/execution\u003e\n            \u003cexecution\u003e\n                \u003cid\u003enpm install\u003c/id\u003e\n                \u003cgoals\u003e\n                    \u003cgoal\u003enpm\u003c/goal\u003e\n                \u003c/goals\u003e\n            \u003c/execution\u003e\n            \u003cexecution\u003e\n                \u003cid\u003enpm run build\u003c/id\u003e\n                \u003cgoals\u003e\n                    \u003cgoal\u003enpm\u003c/goal\u003e\n                \u003c/goals\u003e\n                \u003cconfiguration\u003e\n                    \u003carguments\u003erun build\u003c/arguments\u003e\n                \u003c/configuration\u003e\n            \u003c/execution\u003e\n        \u003c/executions\u003e\n    \u003c/plugin\u003e\n\n```\n\nCreate a source folder, install NPM, extend your PATH then use ``npm init`` to create your ``package.json`` :\n\n```bash\nmvn com.github.eirslett:frontend-maven-plugin:install-node-and-npm\nexport PATH=`pwd`/node:`pwd`/bin:$PATH\nnpm init\n```\n\nYou can then install the Gridsome CLI with :\n\n```bash\nnpm install --global --save @gridsome/cli\n```\n\nAnd create your new website :\n```bash\ngridsome create site\n```\n\n## Add support for BootstrapVue\n\n```bash\ncd site\nnpm i bootstrap-vue bootstrap\n```\n\n\nHappy coding 🎉🙌\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcopy%2Fgridsome-maven","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcopy%2Fgridsome-maven","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcopy%2Fgridsome-maven/lists"}