more vue Flashcards

1
Q

Does the VUE cli use node.js, what does npm do

A

yes

node package manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Does the VUE cli use node.js, what does npm do

A

yes

node package manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what does package.jason in the cli define

A

defines the

  1. scripts we can execute
  2. dependencies - these are packages that are available in our code.
  3. developer dependencies are packages that project setup uses ( not too important atm )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

node modules

A

houses packages refere34nced in jason files

npm installs them for you.

command , npm install

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

public folder

A

where the index file is held

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Src folder

A

contains the javascript – vue code that generate the index.html file

main working directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is build workflow

A

takes vue code and during a “build step” transforms code to standard js code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is a .vue file structure

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

src/assests

A

holds the assets ( normally images of the cli )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

how do you resgister components.

A

in app view

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what does package.jason in the cli define

A

defines the

  1. scripts we can execute
  2. dependencies - these are packages that are available in our code.
  3. developer dependencies are packages that project setup uses ( not too important atm )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

node modules

A

houses packages refere34nced in jason files

npm installs them for you.

command , npm install

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

public folder

A

where the index file is held

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Src folder

A

contains the javascript – vue code that generate the index.html file

main working directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what is build workflow

A

takes vue code and during a “build step” transforms code to standard js code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is a .vue file structure

A
17
Q

src/assests

A

holds the assets ( normally images of the cli )

18
Q

how do you resgister components.

A

in app view

19
Q

denfinintion of interpolation

A

string interpolation (or variable interpolation, variable substitution, or variable expansion) is the process of evaluating a string literal containing one or more placeholders, yielding a result in which the placeholders are replaced with their corresponding values.

20
Q

text interpolation

A

mustache syntax {{ }}

21
Q

Raw HTML

A

directive : v-html