Skip to content

Commit abaa2c9

Browse files
committed
chore: README
1 parent d3476d0 commit abaa2c9

File tree

1 file changed

+53
-56
lines changed

1 file changed

+53
-56
lines changed

README.md

Lines changed: 53 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,72 @@
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+
> [!WARNING]
8+
> このリポジトリは現在大規模な改修を行っています。\
9+
> 現在, https://vuejs-jp.org に公開中のウェブサイトのソースコードは [`legacy` ブランチ](https://github.com/vuejs-jp/home/tree/legacy) にあります。\
10+
> 回収のロードマップについては https://github.com/vuejs-jp/home/discussions/98 をご覧ください。
611
7-
Make sure to install dependencies:
812

9-
```bash
10-
# npm
11-
npm install
13+
<p align="center">
14+
<a href="https://github.com/vuejs-jp/home/actions">
15+
<img src="https://github.com/vuejs-jp/home/workflows/Test/badge.svg" alt="GitHub Actions">
16+
</a>
17+
<a href="https://github.com/vuejs-jp/home/blob/master/LICENSE">
18+
<img src="https://img.shields.io/npm/l/vue.svg" alt="License">
19+
</a>
20+
</p>
1221

13-
# pnpm
14-
pnpm install
22+
Vue.js 日本ユーザーグループへようこそ。私たちは、年に一度の大規模カンファレンス **“Vue Fes Japan”** の運営や、**Vue.js 公式ドキュメントの日本語翻訳**をはじめ、日本における Vue.js の普及と、Vue.js エコシステムへの貢献を行っている**日本最大の Vue.js コミュニティ**です。
1523

16-
# yarn
17-
yarn install
24+
Vue.js 日本ユーザグループは、
1825

19-
# bun
20-
bun install
21-
```
26+
- 日本における Vue.js の普及
27+
- 日本語による Vue.js に関する情報の共有、およびディスカッション
28+
- Vue.js への貢献
2229

23-
## Development Server
30+
を目的としています。
2431

25-
Start the development server on `http://localhost:3000`:
32+
Vue.js に興味のある方でしたらどなたでもお気軽にご参加ください。
2633

27-
```bash
28-
# npm
29-
npm run dev
34+
## コミュニケーション
3035

31-
# pnpm
32-
pnpm dev
36+
- [Vue.js オフィシャルフォーラム](http://forum.vuejs.org)
37+
- [Vue.js 日本ユーザーグループ 公式 Slack](https://join.slack.com/t/vuejs-jp/shared_invite/zt-vmg3iysl-~CPGAxFMWwa0Fnu2IqtMdQ)
38+
- [Vue.js 日本ユーザーグループ 公式 Twitter](https://twitter.com/vuefes)
39+
- [Vue.js 日本ユーザーグループ 公式 note](https://note.com/vuejs_jp)
3340

34-
# yarn
35-
yarn dev
41+
## 活動
3642

37-
# bun
38-
bun run dev
39-
```
43+
- [Vue.js 公式ドキュメント 日本語翻訳プロジェクト](https://github.com/vuejs-jp/ja.vuejs.org)
44+
- [Nuxt.js 公式ドキュメント 日本語翻訳プロジェクト](https://github.com/vuejs-jp/ja.nuxtjs.org/wiki)
45+
- [Vue.js Meetup イベント](http://vuejs-meetup.connpass.com)
4046

41-
## Production
47+
## ツールスポンサー
4248

43-
Build the application for production:
49+
<table>
50+
<tbody>
51+
<tr>
52+
<td align="center" valign="middle">
53+
<a href="https://docs.esa.io/posts/239/" target="_blank">
54+
<img width="196px" src="https://raw.githubusercontent.com/vuejs-jp/home/master/.github/assets/esa.png" alt="esa">
55+
</a>
56+
</td>
57+
<td align="center" valign="middle">
58+
<a href="http://slack.com/" target="_blank">
59+
<img width="196px" src="https://raw.githubusercontent.com/vuejs-jp/home/master/.github/assets/slack.png" alt="Slack">
60+
</a>
61+
</td>
62+
</tr>
63+
</tbody>
64+
</table>
4465

45-
```bash
46-
# npm
47-
npm run build
66+
## 行動規範
4867

49-
# pnpm
50-
pnpm build
68+
Vue.js 日本ユーザーグループが掲げる[行動規範](https://github.com/vuejs-jp/home/blob/master/.github/CODE_OF_CONDUCT.md)をご確認ください。
5169

52-
# yarn
53-
yarn build
70+
## ウェブサイト開発への参加
5471

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.
72+
Vue.js 日本ユーザーグループの公式ウェブサイトは、コミュニティの支援によって成り立っています。誰でも自由に開発に参加することができます。公式ウェブサイトの環境セットアップや開発の進め方については[コントリビューションガイド](https://github.com/vuejs-jp/home/blob/master/.github/CONTRIBUTING.md)をご確認ください。

0 commit comments

Comments
 (0)