Skip to content

Commit 67eccae

Browse files
committed
chore: README
1 parent d3476d0 commit 67eccae

File tree

1 file changed

+53
-57
lines changed

1 file changed

+53
-57
lines changed

README.md

Lines changed: 53 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,71 @@
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>
24

3-
Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
5+
<h1 align="center">Vue.js 日本ユーザーグループ</h1>
46

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>
615

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 をご覧ください。
820
9-
```bash
10-
# npm
11-
npm install
21+
Vue.js 日本ユーザーグループへようこそ。私たちは、年に一度の大規模カンファレンス **“Vue Fes Japan”** の運営や、**Vue.js 公式ドキュメントの日本語翻訳**をはじめ、日本における Vue.js の普及と、Vue.js エコシステムへの貢献を行っている**日本最大の Vue.js コミュニティ**です。
1222

13-
# pnpm
14-
pnpm install
23+
Vue.js 日本ユーザグループは、
1524

16-
# yarn
17-
yarn install
25+
- 日本における Vue.js の普及
26+
- 日本語による Vue.js に関する情報の共有、およびディスカッション
27+
- Vue.js への貢献
1828

19-
# bun
20-
bun install
21-
```
29+
を目的としています。
2230

23-
## Development Server
31+
Vue.js に興味のある方でしたらどなたでもお気軽にご参加ください。
2432

25-
Start the development server on `http://localhost:3000`:
33+
## コミュニケーション
2634

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)
3039

31-
# pnpm
32-
pnpm dev
40+
## 活動
3341

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)
3645

37-
# bun
38-
bun run dev
39-
```
46+
## ツールスポンサー
4047

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>
4264

43-
Build the application for production:
65+
## 行動規範
4466

45-
```bash
46-
# npm
47-
npm run build
67+
Vue.js 日本ユーザーグループが掲げる[行動規範](https://github.com/vuejs-jp/home/blob/master/.github/CODE_OF_CONDUCT.md)をご確認ください。
4868

49-
# pnpm
50-
pnpm build
69+
## ウェブサイト開発への参加
5170

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

Comments
 (0)