vue.js development frame mounting assembly for use npm

Installation Components

UI:
ElementUI组件
npm i element-ui -S


vuex (state management):
npm install vuex --save

js-cookie:
npm install js-cookie --save

axios (http client requests, etc.):
NPM the install Axios -S

nprogress (progress bar)
npm install nProgress --save


normalize
npm i normalize.css --save


CSS的问题
npm install node-sass --save
npm install sass-loader --save

MD5 encryption
npm install --save js-md5

base64
npm install --save js-base64

Guess you like

Origin www.cnblogs.com/laoyang1985/p/10937320.html