原创 安裝 hiper 報錯 記錄

安裝 hiper 執行命令 // 安裝 sudo npm install hiper -g //報錯 Failed to download Chromium r686378! Set "PUPPETEER_SKIP_CHROMIUM_D

原创 使用nvm 管理node

之前一種用 n 管理Node版本,經常偶發性出現一些問題,今天切換到nvm試一下 安裝: curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.s

原创 jquery開發 css 自動刷新預覽 stylus編譯

工具:browsersync stylus 安裝browsersync 安裝 npm install -g browser-sync 監聽文件 browser-sync start --server --files "css/*.css"

原创 webpack 開啓 gzip 打包 減小文件大小

const CompressionWebpackPlugin = require('compression-webpack-plugin'); // vue-cli3 vue.config.js配置 configureWebpack:

原创 node.js seiqelize-auto pg pg-hstore postgres 解決無法下載表結構問題

答案來源: https://stackoverflow.com/que... npm install -g sequelize-auto npm install -g pg pg-hstore 降低版本 解決問題 npm install -

原创 webpack vue-cli3 壓縮圖片

webpack vue-cli3 壓縮圖片 yarn add image-webpack-loader config.module.rules.push({ test: /\.(png|jpe?g|gif|svg)(\?.*)?$