more vue Flashcards
Does the VUE cli use node.js, what does npm do
yes
node package manager
Does the VUE cli use node.js, what does npm do
yes
node package manager
what does package.jason in the cli define
defines the
- scripts we can execute
- dependencies - these are packages that are available in our code.
- developer dependencies are packages that project setup uses ( not too important atm )
node modules
houses packages refere34nced in jason files
npm installs them for you.
command , npm install
public folder
where the index file is held
Src folder
contains the javascript – vue code that generate the index.html file
main working directory
what is build workflow
takes vue code and during a “build step” transforms code to standard js code
what is a .vue file structure
src/assests
holds the assets ( normally images of the cli )
how do you resgister components.
in app view
what does package.jason in the cli define
defines the
- scripts we can execute
- dependencies - these are packages that are available in our code.
- developer dependencies are packages that project setup uses ( not too important atm )
node modules
houses packages refere34nced in jason files
npm installs them for you.
command , npm install
public folder
where the index file is held
Src folder
contains the javascript – vue code that generate the index.html file
main working directory
what is build workflow
takes vue code and during a “build step” transforms code to standard js code