0%

npm snippet

1
2
3
4
5
vue项目: npm run dev  会在开发环境下 立即启动项目   

react项目: npm run start 会在开发环境下 立即启动项目

编译打包项目:npm run build