Skip to content

yamanoku/vuefes-japan-speakers

Vue Fes Japan Speakers

歴代のVue Fes Japanのスピーカー(セッション・パネルディスカッションの登壇者)を一覧できるサイトです。

Vue Fes Japan Speakersのサイトスクリーンショット

Warning

このサイトはVue Fes Japan非公式の@yamanokuの個人プロジェクトのため、Vue Fes Japan公式サイトに関する内容については公式へ直接問い合わせください。

参考

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

Setup

vp install
vp config

Commands

Vuerend / Vite のアプリとして動きます。lint、format、type check には Vize を使い、日常コマンドは Vite+(vp)経由で実行します。

用途 コマンド
開発サーバ vp dev
Musea Gallery vp dev 後に /__musea__
ビルド vp build
静的生成 vp build
プレビュー vp preview --outDir dist/client
Lint vp run lint
Format vp run format
Format Check vp run format:check
Type Check vp run typecheck
Test vp test run
Test(watch) vp test watch

CI

GitHub Actions でも同じ Vite+ コマンドを実行します。

  • vp run lint
  • vp run format:check
  • vp run typecheck
  • vp test run

Deploy

vp builddist/client に静的ファイルを生成します。生成後の確認には vp preview --outDir dist/client を使います。

vp build
vp preview --outDir dist/client

License

CC BY-SA 4.0

About

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

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors

Generated from nuxt-hub/hello-edge