File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
36
36
単一ファイルコンポーネントのアイディアが好きではなくても、JavaScript と CSS を別々ファイルに分けることによってホットリロードとプリコンパイル機能を活用することができます:
37
37
38
- ``` html
38
+ ``` html
39
39
<!-- my-component.vue -->
40
40
<template >
41
41
<div >This will be pre-compiled</div >
55
55
56
56
` .vue ` コンポーネントにより、高度な JavaScript アプリケーションの分野へ入っていきます。 これはあなたがまだ使ったことのない、いくつかの追加のツールの使い方を学ぶことを意味します:
57
57
58
- - ** Node Package Manager (NPM )** : レジストリからパッケージを取得する方法については[ Getting Started guide] ( https://docs.npmjs.com/packages-and-modules/getting-packages-from-the-registry ) のセクションを読んでください。
58
+ - ** Node Package Manager (npm )** : レジストリからパッケージを取得する方法については[ Getting Started guide] ( https://docs.npmjs.com/packages-and-modules/getting-packages-from-the-registry ) のセクションを読んでください。
59
59
60
60
- ** ES2015/16 を使ったモダンな JavaScript** : Babel の [ Learn ES2015 guide] ( https://babeljs.io/docs/en/learn ) を読んでみてください。今すぐには全ての機能を暗記する必要はないですが、参考として戻れるようにしておいてください。
61
61
You can’t perform that action at this time.
0 commit comments