Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docsify-cli をやめて vite でドキュメントの動作確認を行う #16

Merged
merged 1 commit into from
Mar 24, 2022

Conversation

fsubal
Copy link
Member

@fsubal fsubal commented Mar 22, 2022

経緯

  • docsify で basePath を設定するとローカルでの動作確認がほぼできなくなる
  • 本番では pixiv.github.io/charcoal/docs という URL でドキュメントが配信されている
    • ローカルで同じ状況での動作確認がしたければ http://localhost:5000/docs のような立ち上げ方ができるツールが良い

いまの docsify-cli ではこれが叶わないので別のツールで開発サーバーを立ち上げるように変える

やったこと

いくつか候補をさがしてみて( http-party/http-server vercel/serve など )、いずれも basePath に相当する機能をサポートしてないことが分かった。

と思ったが実は vite にこの機能があった(かつ vite はすでにインストールされている)のでそれでやってみる。

https://ja.vitejs.dev/guide/build.html#public-base-path

js や css の依存解決が一切必要ないところに vite を使うのは若干不思議な感じだが、もっとも簡単かつこの分野で信頼できるツールの一つだと思うのでまぁ良いでしょう。

バージョニング


{+ 破壊的変更なし +} / {- 破壊的変更あり -}

  • 破壊的変更がある場合には、対象のパッケージのメジャーバージョンが上がっていることを確認した

チェックリスト

不要なチェック項目は消して構いません

  • 追加したコンポーネントが index.ts から再 export されている

@fsubal fsubal requested a review from pnlybubbles March 22, 2022 15:02
Copy link
Contributor

@pnlybubbles pnlybubbles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

よさそうです!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants