Commit 603277ba by Yutaka Kobayashi

README変更

1 parent c5d13e9d
Showing with 3 additions and 44 deletions
# Byside フロントエンド開発環境 # jsStudy フロントエンド開発環境
Byside のフロントエンド開発環境です。 jsStudy のフロントエンド開発環境です。
## 導入 ## 導入
...@@ -32,48 +32,7 @@ npm run build ...@@ -32,48 +32,7 @@ npm run build
## ディレクトリ構成 ## ディレクトリ構成
. 割愛
.
├── develop/
│ ├── /src
│ │ ├── assets
│ │ │   ├── img
│ │ │   │   └─── ページ内で使用している画像
│ │ │   ├── js
│ │ │   │   └─── home.js : TOP ページの演出を記述
│ │ │   └── styles
│ │ │   ├── privacy.min.scss : TOP ページの scss を記述
│ │ │   ├── thanks.min.scss : TOP ページの scss を記述
│ │ │   ├── home.min.scss : TOP ページの scss を記述
│ │ │   ├── common.min.scss : 全ページ共通で読み込んでいる scss を記述
│ │ │   ├── base
│ │ │   │   └── \_base.scss : ベースの scss を記述
│ │ │   ├── modules
│ │ │   │   └── \_component.scss : コンポーネントの scss を記述
│ │ │   └── utils
│ │ │   ├── \_config.scss : z-index の重なりを設定
│ │ │   ├── \_mixins.scss : ブレイクポイントを設定
│ │ │   └── \_variables.scss : 変数を設定
│ │ ├── html
│ │ │   └── index.pug : TOP ページ
│ │ │   └── privacy.pug : プライバシーポリシー
│ │ │   └── thanks.pug : お問い合わせ完了ページ
│ │ └── template
│ │ ├── base
│ │ │   ├── head.pug : 共通で読み込む head タグを記述
│ │ │   └── template.pug : 共通で読み込む body を記述
│ │ ├── data
│ │ │   └── meta.pug : meta 情報をページ別で記述
│ │ └── layout
│ │ │   └── \_header.pug : ヘッダー
│ ├── conf/
│ ├── node_modules/
│ ├── package.json
│ ├── package-lock.json
│ ├── README.md
│ └── tsconfig.json
├── htdocs : サーバー上でのドキュメントルート
└── hookscript.sh : シェルコマンド用ファイル(削除しないでください)
## 開発ルールについて ## 開発ルールについて
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!