css涟漪点击效果(此博客仅供个人记录使用)
摘要:第一种:纯css实现: .ripple { position: relative; overflow: hidden; } .ripple:after { content: ""; display: block; position: absolute; width: 100%; height: 10
阅读全文
electron打包nsis配置(只限个人记录,有问题欢迎指正)
摘要:vue-cli插件配置 pluginOptions: { electronBuilder: { outputDir: 'dist-electron', //打包路径 chainWebpackMainProcess: (config) => { // Chain webpack config for
阅读全文
记录finalShell 配置个人阿里云服务
摘要:1. 安装nvm node版本管理工具 和node ①.安装nvm管理工具再装node 执行 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash 或: wget -qO- https
阅读全文