The-Victor-Blog
No description available.
File Explorer
- extensions.json
- launch.json
- settings.json
- spellright.dict
- tasks.json
- db.json
- fa-brands-400.eot
- fa-brands-400.svg
- fa-brands-400.ttf
- fa-brands-400.woff
- fa-brands-400.woff2
- fa-regular-400.eot
- fa-regular-400.svg
- fa-regular-400.ttf
- fa-regular-400.woff
- fa-regular-400.woff2
- fa-solid-400.woff2
- fa-solid-900.eot
- fa-solid-900.svg
- fa-solid-900.ttf
- fa-solid-900.woff
- fa-solid-900.woff2
- README.md
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- App.js
- BlogDetails.js
- BlogList.js
- Create.js
- Home.js
- index.css
- index.js
- navbar.js
- NotFound.js
- useFetch.js
- .gitignore
- package-lock.json
- package.json
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
npm start
View Details ▼
npm start
This command is an alias of `npm run start`.
tldr npm run
View documentation for the original command:
npm test
View Details ▼
npm test
This command is an alias of `npm run test`.
tldr npm run
View documentation for the original command:
eject
View Details ▼
eject
Eject CDs, floppy disks, tape drives, and USB sticks.
eject {{[-d|--default]}}
Display the default device:
eject
Eject the default device:
eject {{/dev/cdrom}}
Eject a specific device (the default order is cd-rom, scsi, floppy, and tape):
