NPM的安装与使用

#NPM的使用npm

# 建议不要用cnpm  安装有各类诡异的bug 能够经过以下操做解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# Install dependencies
npm install

# Serve with hot reload at localhost:9528
npm run dev

# Build for production with minification
npm run build

# Build for production and view the bundle analyzer report
npm run build --report
相关文章
相关标签/搜索