{"id":16687599,"url":"https://github.com/pei0804/vue-study","last_synced_at":"2025-06-14T05:33:37.682Z","repository":{"id":139121069,"uuid":"133226104","full_name":"pei0804/vue-study","owner":"pei0804","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-13T13:22:51.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T16:40:24.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/pei0804.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":"2018-05-13T10:17:24.000Z","updated_at":"2018-05-13T13:22:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"3db0d064-5d1d-49fa-9a53-268eee2d5468","html_url":"https://github.com/pei0804/vue-study","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pei0804/vue-study","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pei0804%2Fvue-study","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pei0804%2Fvue-study/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pei0804%2Fvue-study/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pei0804%2Fvue-study/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pei0804","download_url":"https://codeload.github.com/pei0804/vue-study/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pei0804%2Fvue-study/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259767534,"owners_count":22908196,"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":[],"created_at":"2024-10-12T15:24:23.027Z","updated_at":"2025-06-14T05:33:37.673Z","avatar_url":"https://github.com/pei0804.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue go\n\n勉強メモ\n\n# npm\n\n```console\n$ npm init\n```\n\n対話プロンプトでパッケージの定義っぽいのが出来た\n\n```javascript\n{\n  \"name\": \"vue-go\",\n  \"version\": \"1.0.0\",\n  \"description\": \"勉強メモ\",\n  \"main\": \"index.js\",\n  \"dependencies\": {},\n  \"devDependencies\": {\n    \"vue-loader\": \"^15.0.10\",\n    \"webpack\": \"^4.8.3\"\n  },\n  \"scripts\": {\n    \"test\": \"echo \\\"Error: no test specified\\\" \u0026\u0026 exit 1\"\n  },\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"git+https://github.com/pei0804/vue-go.git\"\n  },\n  \"author\": \"\",\n  \"license\": \"ISC\",\n  \"bugs\": {\n    \"url\": \"https://github.com/pei0804/vue-go/issues\"\n  },\n  \"homepage\": \"https://github.com/pei0804/vue-go#readme\"\n}\n```\n\n## install\n\n```console\n# --save-dev 開発用の依存関係をpackage.jsonに登録する\n$ npm install webpack vue-loader  --save-dev\n# --save 実行に必要なライブラリをpackage.jsonに登録する\n$ npm install vue --save\n# グローバルにwebpackコマンドをインストールする\nnpm install webpack -g \n```\n\n以下のような感じで入った。\n\n``` javascript\n  \"dependencies\": {\n    \"vue\": \"^2.5.16\"\n  },\n  \"devDependencies\": {\n    \"vue-loader\": \"^15.0.10\",\n    \"webpack\": \"^4.8.3\"\n  },\n```\n\nこれで出来上がる`node_modules`はGoでいうところの`vendor`なので、リモートリポジトリにはaddしない。\n今回は、使わないけど、デファクトな知識っぽいのでメモした。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpei0804%2Fvue-study","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpei0804%2Fvue-study","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpei0804%2Fvue-study/lists"}