摘要:
npm ls --depth 0 -g 阅读全文
摘要:
1. git tag newtag oldtag 2. git tag -d oldtag 3. git push origin :refs/tags/oldtag 4. git push --tags 阅读全文
摘要:
1,安装terser-webpack-plugin插件 npm install terser-webpack-plugin -D 2、在vue.cofig.js中添加如下配置: module.export = { configureWebpack: (config)=>{ if(process.en 阅读全文
摘要:
1。使用echarts for weixin 插件做统计图表,多个图表总和高度超过页面高度需要滚动时, 在IOS系统中滚动页面到底部或顶部然后页面会卡住不能滚动,在ec对象中添加属性disableTouch: true既可以解决 2. 表单组件input是原生组件,默认宽度占满整个屏幕,放在自定义的 阅读全文