vue-cli3.0中使用cube-ui+vux

创建完vue-cli3.0项目后

-----使用vux----

  1. cnpm / npm install vux --save

  2. cnpm install vux-loader --save-dev

  3. cnpm install less less-loader --save-dev  (若已安装过,就无须再装)

  4. cnpm install [email protected] --save-dev

 5. 在vue.config.js中配置

参考文档:https://juejin.im/post/5daae60be51d4524e57f6991#heading-3

-----使用cube-ui-----

参开文档:https://segmentfault.com/a/1190000020231020

你可能感兴趣的:(vue-cli3.0中使用cube-ui+vux)