随笔分类 - Vue
摘要:## n 如果在我的电脑上已经安装了nodejs,但是觉得这个版本不好用,或者是不兼容公司的项目,那么可以使用n进行node的版本管理。n相对于nvm来说,安装起来还是非常方便的。 ## 安装 #### 1. 首先确定nodejs版本,确定已安装nodejs ``` node -v ``` ####
阅读全文
摘要:
Vue脚手架 eslintrc.js 配置速查 module.exports = { rules: { "no-alert": 0, //禁止使用alert confirm prompt "no-array-constructor": 2, //禁止使用数组构造器 "no-bitwise": 0,
阅读全文
Vue脚手架 eslintrc.js 配置速查 module.exports = { rules: { "no-alert": 0, //禁止使用alert confirm prompt "no-array-constructor": 2, //禁止使用数组构造器 "no-bitwise": 0,
阅读全文
摘要:
TinyMCE是一款易用、且功能强大的所见即所得的富文本编辑器。同类程序有:UEditor、Kindeditor、Simditor、CKEditor、wangEditor、Suneditor、froala等等。 配置灵活,界面简洁,支持自定义插件。 TinyMCE中文手册:http://tinymc
阅读全文
TinyMCE是一款易用、且功能强大的所见即所得的富文本编辑器。同类程序有:UEditor、Kindeditor、Simditor、CKEditor、wangEditor、Suneditor、froala等等。 配置灵活,界面简洁,支持自定义插件。 TinyMCE中文手册:http://tinymc
阅读全文

浙公网安备 33010602011771号