vue项目相关插件的引入

  1. babel-polyfill

解决ie9和一些低版本的高级浏览器对es6新语法的支持

webpack构建的同学,加入到webpack配置文件(webpack.base.conf.js)entry项中

module.exports {

  entry["babel-polyfill""./app/js"]

}

2.cc-luhn

Calculate or verify the credit card check digit (luhn)

计算或验证信用卡校验位(luhn)

3.element-ui

vue开发组件库


4.es6-promise

es6 中promise的使用


5.jquery

使用jquery


6.node-sass

使用sass的配件


7.sass-loader

sass


8.velocity-animate

动画库


9.vuex



猜你喜欢

转载自blog.csdn.net/sjpeter/article/details/79468538