vue common tools

1, axios-mock-adapter, i.e. the Stager Axios, Axios call back through simulation, using the background data may be false data mock.js

Reference: https://segmentfault.com/a/1190000009464850

2, vue-treselect achieved Colorado selected from the tree

Reference: https://www.jianshu.com/p/df42b3f374c1

3, http-proxy-middleware for the proxy forwards the request to another server middleware

Reference: https://www.jianshu.com/p/a248b146c55a

4, shell.js achieve front-end deployment automation with shell.js

Reference: https://segmentfault.com/a/1190000016054416

5, svg-sprite-loader used to automatically generate svg file import according to the  symbol tab and inserted html

Reference: https://blog.csdn.net/zb0567/article/details/77987727

6, vue-style-loader Vue file, type style issue

Written less error, because the lack of two plug-ins, less and less-loader, the less replaced postcss error disappears, to be set to less, execute the following statement to install plug-ins

cnpm install less less-loader --save-dev

Reference: https://blog.csdn.net/weixin_41996632/article/details/86542575

Guess you like

Origin blog.csdn.net/memedadexixaofeifei/article/details/88786802