gridsome starter bleda
1.0.0
Gridsome のブログ スターター テーマ。Attila Ghost テーマからインスピレーションを受け、Tailwind CSS でスタイル設定されています。
Gridsome が.gitフォルダーを削除し、NPM 依存関係をインストールするように、 gridsome createコマンドを使用して Bleda をインストールすることをお勧めします。
gridsome create my-website https://github.com/cossssmin/gridsome-starter-bleda.gitあるいは、このリポジトリのクローンを作成し、手動で設定することもできます。
git clone https://github.com/cossssmin/gridsome-starter-bleda.git my-website
# navigate to the directory
cd my-website
# remove the Git folder
rm -rf .git
# install NPM dependencies
npm install「はじめに」デモ投稿の構成メモを参照してください。
gridsome developを実行してローカル開発サーバーを起動するか、 gridsome build実行して静的サイトをdistフォルダーに構築します。
詳細については、Gridsome のドキュメントを参照してください。