Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Yutaka Kobayashi
/
jsStudy
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 603277ba
authored
Dec 15, 2022
by
Yutaka Kobayashi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README変更
1 parent
c5d13e9d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
44 deletions
develop/README.md
develop/README.md
View file @
603277b
#
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 : シェルコマンド用ファイル(削除しないでください)
## 開発ルールについて
## 開発ルールについて
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment