-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(todoapp): アプリの構成要素について #447
Conversation
このセクションではHTMLでアプリの構造を定義し、CSSでアプリのスタイルを定義しました。 | ||
次のセクションではJavaScriptモジュールを作成していき、現在は空であるTodoリストを更新していきます。 | ||
|
||
現在のTodoアプリのディレクトリ構造は次のようになります。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
結構この章長い気がするから、毎セクション毎に構造と変更した内容と現在のURLをおいて確認できるようにしたい
--output, -o output path of image | ||
|
||
Examples | ||
$ screenshot-dev-tools --url "http://127.0.0.1:8080/final/final/" --output ./output.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Firefoxで開発者ツールを開いてスクショを撮るツール
--output, -o output path of image | ||
|
||
Examples | ||
$ screenshot --url "http://127.0.0.1:8080/final/final/" --output ./output.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Firefoxで開発者ツールなしのスクショを撮るツール
Deploy preview for js-primer ready! Built with commit c448ce3 |
#4
todoapp
に index.css がある方が構成としてはキレイではあるけどhttps://github.com/asciidwango/js-primer/blob/master/source/use-case/todoapp/OUTLINE.md の "アプリの構造"が該当する内容。