0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

github Pages README.md が表示されるのを防ぐ [VueCLI]

Last updated at Posted at 2021-12-20

1:vue.config.js を作成

module.exports = {
  publicPath: './',
  outputDir: 'docs/',
};

中にこれを追加

これで docs ディレクトリの下にビルド生成物ができる

2:.github というフォルダを作成

なかに README.md を移動

3:npm run build

4:github に push

5:公開

↓ を参考にしてね

※サイト内の 5 番の発行元のフォルダは docs を選択

※フォルダの作成は vue.config.js、.github ともに一番上のディレクトリで OK です。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?