#
yarn run vs npm runyarn run [script] [\<args>]#
scripts
์ ๋ฑ๋ก๋ ๋ช ๋ น์ด ์คํnode_modules/.bin/
์ ์์นํ ์คํ ๊ฐ๋ฅ ํ์ผ(executable) ์คํrun
์ ์๋ต ๊ฐ๋ฅํ๋ค.
npm run-script \<command>#
npm run <command>
๋ก aliasscripts
์ ๋ฑ๋ก๋ ๋ช ๋ น์ด ์คํ
npm exec (npx)#
node_modules/.bin
์ ์์นํ ์คํ ๊ฐ๋ฅ ํ์ผ(executable) ์คํ- remote npm package ์คํ
#
nuxt ํ๋ก์ ํธ ์์ฑyarn create nuxt-app# npx create-nuxt-app
create-nuxt-app
์ ์ฌ์ฉํ๋ฉด cli๋ฅผ ํตํด ํ๋ก์ ํธ์ ๊ดํ ์ค์ ์ ๋ํ ์ง์๋ฅผ ํ๋ค .