{"id":15168465,"url":"https://github.com/annrie/foundation-vue","last_synced_at":"2026-01-21T11:32:51.066Z","repository":{"id":114256175,"uuid":"244098737","full_name":"annrie/Foundation-Vue","owner":"annrie","description":"A Foundation + VueJS project use webpack4 , babel7 and gulp4 (Phase I)","archived":false,"fork":false,"pushed_at":"2021-05-17T08:48:07.000Z","size":2541,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T09:33:17.596Z","etag":null,"topics":["babel7","foundation-vue","foundation6","gulp","vue-components","vuejs","web-components","webpack4","yarn2"],"latest_commit_sha":null,"homepage":"https://charon.phantomoon.com/","language":"SCSS","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/annrie.png","metadata":{"files":{"readme":"README.ja.md","changelog":"CHANGELOG.md","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-03-01T06:25:24.000Z","updated_at":"2021-05-17T08:48:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"c41b488c-2071-4501-a1f7-2c626289b527","html_url":"https://github.com/annrie/Foundation-Vue","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"b05f640cc32e985e3335d39fb7bf1758d1835696"},"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annrie%2FFoundation-Vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annrie%2FFoundation-Vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annrie%2FFoundation-Vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/annrie%2FFoundation-Vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/annrie","download_url":"https://codeload.github.com/annrie/Foundation-Vue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248059006,"owners_count":21040871,"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":["babel7","foundation-vue","foundation6","gulp","vue-components","vuejs","web-components","webpack4","yarn2"],"created_at":"2024-09-27T06:03:51.394Z","updated_at":"2026-01-21T11:32:50.734Z","avatar_url":"https://github.com/annrie.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Foundation - Vue\n\n日本語 | [English](./README.md)\n\n\u003e Foundation for Sites と VueJS を統合したボイラープレート（フェーズ I）\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/5172584/78217125-567c8780-74f6-11ea-8f2e-7617163a9bc1.png\" alt=\"site image\"\u003e\u003c/p\u003e\n\nこのリポジトリは、[Foundation for Sites](https://get.foundation/sites/docs/)で[Vue 単一ページアプリケーション](https://jp.vuejs.org)を使用する方法の最も簡単な例です。 プロジェクトは、webpack と babel, gulp, Vue Custom Element を使用したテンプレートです。それぞれ最新版を使うことをポリシーとしています。\n\n## 開発の動機\n\nFoundation フレームワークと Vue.JS を連携させたかった。\nまずは、VueJS の初学者向けに作成しました。基本は、`foundation new`（このリポジトリを利用してもらえば必要のないコマンドです）で作成されるテンプレートに VueJS をどうやって追加するのかを理解してもらうのを主眼に置いています。\nこういう形です。\n\n```bash\n\u003cdiv\u003e\n  \u003cmy-custom-element\u003e\u003c/my-custom-element\u003e\n\u003c/div\u003e\n```\n\n## 必要条件\n\n**このプロジェクトでは、[Node.js](http://nodejs.org) v12.1.0以上、v14.15.5以下を推奨しています。\n\n## セットアップ\n\nテンプレートを手動でセットアップするには、まず Git でダウンロードします：\n\n```bash\ngit clone https://github.com/annrie/Foundation-Vue.git projectname\ncd projectname\n```\n\n## インストール\n\nその後、コマンドラインでフォルダを開き、必要な依存関係をインストールします。\nnpm も使えますが、[yarn2](https://yarnpkg.com/getting-started/install) を使用しています。\n\n```bash\n＃ install dependencies\nnpm install\nor\nyarn set version berry # yarn2のセットアップ\necho \"nodeLinker: node-modules\" \u003e .yarnrc.yml\nyarn install\n```\n\n最後に、 `npm start` あるいは、 `yarn start` を実行して Gulp を実行します。 完成したサイトは、次の URL で表示可能な `dist`というフォルダーに作成されます。\n\n```bash\nhttp://localhost:8000\n```\n\n圧縮された、すぐに使用できるアセットを作成するには、次を実行します `npm run build` or `yarn build`。\n\n## 謝辞\n\n- [Adding Vue.js to Foundation's ZURB Stack](https://zendev.com/2018/04/18/adding-vue-files-to-foundation-template.html)が大変参考になりました。本来は folk するべきなのでしょうが、変更点があまりにも多くなったため新規に立ち上げることにしました。\n- [vue-foundation](https://github.com/vue-foundation/vue-foundation)の components の各ページは、本リポジトリでも利用させていただいています。感謝します。\n- トップページのアニメーションは、[yui540](https://twitter.com/yui540)さんの諸作を参考にさせていただきました。併せて感謝いたします。\n\n## ライセンス\n\n[MIT](https://github.com/annrie/Foundation-Vue/blob/master/LICENSE)\nCopyright \u0026copy; 2020-present, Annrie\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fannrie%2Ffoundation-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fannrie%2Ffoundation-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fannrie%2Ffoundation-vue/lists"}