|
1 |
| -# Nuxt Minimal Starter |
| 1 | +<p align="center"> |
| 2 | + <img width="128" src="https://raw.githubusercontent.com/vuejs-jp/home/master/.github/assets/vuejs-jp.png" alt="Vue.js Japan User Group"> |
| 3 | +</p> |
2 | 4 |
|
3 |
| -Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. |
| 5 | +<h1 align="center">Vue.js 日本ユーザーグループ</h1> |
4 | 6 |
|
5 |
| -## Setup |
| 7 | +<p align="center"> |
| 8 | + <a href="https://github.com/vuejs-jp/home/actions"> |
| 9 | + <img src="https://github.com/vuejs-jp/home/workflows/Test/badge.svg" alt="GitHub Actions"> |
| 10 | + </a> |
| 11 | + <a href="https://github.com/vuejs-jp/home/blob/master/LICENSE"> |
| 12 | + <img src="https://img.shields.io/npm/l/vue.svg" alt="License"> |
| 13 | + </a> |
| 14 | +</p> |
6 | 15 |
|
7 |
| -Make sure to install dependencies: |
| 16 | +> [!WARNING] |
| 17 | +> このリポジトリは現在大規模な改修を行っています。\ |
| 18 | +> 現在, https://vuejs-jp.org に公開中のウェブサイトのソースコードは [`legacy` ブランチ](https://github.com/vuejs-jp/home/tree/legacy) にあります。\ |
| 19 | +> 回収のロードマップについては https://github.com/vuejs-jp/home/discussions/98 をご覧ください。 |
8 | 20 |
|
9 |
| -```bash |
10 |
| -# npm |
11 |
| -npm install |
| 21 | +Vue.js 日本ユーザーグループへようこそ。私たちは、年に一度の大規模カンファレンス **“Vue Fes Japan”** の運営や、**Vue.js 公式ドキュメントの日本語翻訳**をはじめ、日本における Vue.js の普及と、Vue.js エコシステムへの貢献を行っている**日本最大の Vue.js コミュニティ**です。 |
12 | 22 |
|
13 |
| -# pnpm |
14 |
| -pnpm install |
| 23 | +Vue.js 日本ユーザグループは、 |
15 | 24 |
|
16 |
| -# yarn |
17 |
| -yarn install |
| 25 | +- 日本における Vue.js の普及 |
| 26 | +- 日本語による Vue.js に関する情報の共有、およびディスカッション |
| 27 | +- Vue.js への貢献 |
18 | 28 |
|
19 |
| -# bun |
20 |
| -bun install |
21 |
| -``` |
| 29 | +を目的としています。 |
22 | 30 |
|
23 |
| -## Development Server |
| 31 | +Vue.js に興味のある方でしたらどなたでもお気軽にご参加ください。 |
24 | 32 |
|
25 |
| -Start the development server on `http://localhost:3000`: |
| 33 | +## コミュニケーション |
26 | 34 |
|
27 |
| -```bash |
28 |
| -# npm |
29 |
| -npm run dev |
| 35 | +- [Vue.js オフィシャルフォーラム](http://forum.vuejs.org) |
| 36 | +- [Vue.js 日本ユーザーグループ 公式 Slack](https://join.slack.com/t/vuejs-jp/shared_invite/zt-vmg3iysl-~CPGAxFMWwa0Fnu2IqtMdQ) |
| 37 | +- [Vue.js 日本ユーザーグループ 公式 Twitter](https://twitter.com/vuefes) |
| 38 | +- [Vue.js 日本ユーザーグループ 公式 note](https://note.com/vuejs_jp) |
30 | 39 |
|
31 |
| -# pnpm |
32 |
| -pnpm dev |
| 40 | +## 活動 |
33 | 41 |
|
34 |
| -# yarn |
35 |
| -yarn dev |
| 42 | +- [Vue.js 公式ドキュメント 日本語翻訳プロジェクト](https://github.com/vuejs-jp/ja.vuejs.org) |
| 43 | +- [Nuxt.js 公式ドキュメント 日本語翻訳プロジェクト](https://github.com/vuejs-jp/ja.nuxtjs.org/wiki) |
| 44 | +- [Vue.js Meetup イベント](http://vuejs-meetup.connpass.com) |
36 | 45 |
|
37 |
| -# bun |
38 |
| -bun run dev |
39 |
| -``` |
| 46 | +## ツールスポンサー |
40 | 47 |
|
41 |
| -## Production |
| 48 | +<table> |
| 49 | + <tbody> |
| 50 | + <tr> |
| 51 | + <td align="center" valign="middle"> |
| 52 | + <a href="https://docs.esa.io/posts/239/" target="_blank"> |
| 53 | + <img width="196px" src="https://raw.githubusercontent.com/vuejs-jp/home/master/.github/assets/esa.png" alt="esa"> |
| 54 | + </a> |
| 55 | + </td> |
| 56 | + <td align="center" valign="middle"> |
| 57 | + <a href="http://slack.com/" target="_blank"> |
| 58 | + <img width="196px" src="https://raw.githubusercontent.com/vuejs-jp/home/master/.github/assets/slack.png" alt="Slack"> |
| 59 | + </a> |
| 60 | + </td> |
| 61 | + </tr> |
| 62 | + </tbody> |
| 63 | +</table> |
42 | 64 |
|
43 |
| -Build the application for production: |
| 65 | +## 行動規範 |
44 | 66 |
|
45 |
| -```bash |
46 |
| -# npm |
47 |
| -npm run build |
| 67 | +Vue.js 日本ユーザーグループが掲げる[行動規範](https://github.com/vuejs-jp/home/blob/master/.github/CODE_OF_CONDUCT.md)をご確認ください。 |
48 | 68 |
|
49 |
| -# pnpm |
50 |
| -pnpm build |
| 69 | +## ウェブサイト開発への参加 |
51 | 70 |
|
52 |
| -# yarn |
53 |
| -yarn build |
54 |
| - |
55 |
| -# bun |
56 |
| -bun run build |
57 |
| -``` |
58 |
| - |
59 |
| -Locally preview production build: |
60 |
| - |
61 |
| -```bash |
62 |
| -# npm |
63 |
| -npm run preview |
64 |
| - |
65 |
| -# pnpm |
66 |
| -pnpm preview |
67 |
| - |
68 |
| -# yarn |
69 |
| -yarn preview |
70 |
| - |
71 |
| -# bun |
72 |
| -bun run preview |
73 |
| -``` |
74 |
| - |
75 |
| -Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. |
| 71 | +Vue.js 日本ユーザーグループの公式ウェブサイトは、コミュニティの支援によって成り立っています。誰でも自由に開発に参加することができます。公式ウェブサイトの環境セットアップや開発の進め方については[コントリビューションガイド](https://github.com/vuejs-jp/home/blob/master/.github/CONTRIBUTING.md)をご確認ください。 |
0 commit comments