Skip to content

lollipop-onl/techbook-gh-actions-demo

Repository files navigation

デモプロジェクト

フロントエンドエンジニアのためのGitHub Actionsレシピのデモプロジェクトです。

執筆
ロリポップランチャー
初出
技術書典8

🗝 Keywords

  • Yarn
  • Nuxt
  • nuxt-property-decorator
  • TypeScript
  • Pug
  • Sass
  • ESLint
  • stylelint

🔰 Installation

Node.js

下記より Node.js (v12+) をインストールしてください。

インストーラ
https://nodejs.org/ja/download/

nodebrew (Node.js version manager)
https://github.com/hokaccha/nodebrew

Yarn

Node.jsのパッケージマネージャー Yarn をインストールします。

インストール方法
https://yarnpkg.com/en/docs/install

🔥 Usage

Nuxtサーバーを起動する

下記コマンドでNuxtの開発サーバーが http://localhost:3000 で起動します。

$ yarn develop

ビルド

下記コマンドでNuxtアプリケーションを静的サーバー向けにビルドします。
ビルドされたファイルはルートディレクトリのdistディレクトリに出力されます。

$ yarn build

🌲 Directory Structure


DirectoryTree Editor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published