📜  npm 步骤 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:32.679000             🧑  作者: Mango

代码示例1
#Project setup
npm install
#Compiles and hot-reloads for development
npm run serve
#Compiles and minifies for production
npm run build
#Run your tests
npm run test
#Lints and fixes files
npm run lint