Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yamanoku/vuefes-japan-speakers

歴代のVue Fes Japanのスピーカーを一覧できるサイトです。
https://github.com/yamanoku/vuefes-japan-speakers

nuxt nuxthub vuejs

Last synced: 16 days ago
JSON representation

歴代のVue Fes Japanのスピーカーを一覧できるサイトです。

Awesome Lists containing this project

README

        

# Vue Fes Japan Speakers

歴代のVue Fes Japanのスピーカーを一覧できるサイトです。

![Vue Fes Japan Speakersのサイトスクリーンショット](./public/og-image.png)

## 参考

このサイトを作るにあたり、以下を参考にしました。

- [RubyKaigiの2006年から2024年までの登壇者一覧を見れるWebページを作った - Eggshell](https://imaizumimr.hatenablog.com/entry/2024/08/20/204241)
- [ima1zumi/RubyKaigi-speakers](https://github.com/ima1zumi/RubyKaigi-speakers)
- [Vue.js Japan User Group](https://github.com/vuejs-jp)
- [Vue Fes Japan 2024](https://vuefes.jp/2024/)
- [Vue Fes Japan 2023](https://vuefes.jp/2023/)
- [Vue Fes Japan Online 2022](https://vuefes.jp/2022/)
- [Vue Fes Japan 2019](https://vuefes.jp/2019/)
- [Vue Fes Japan 2018](https://vuefes.jp/2018/)

## Setup

```bash
pnpm install
```

## Development Server

```bash
pnpm dev
```

## Production

```bash
pnpm build
```

## Deploy

```bash
npx nuxthub deploy
```

## License

[CC BY-SA 4.0](./LICENSE)