1 2 3 4
摘要: 阅读全文
posted @ 2019-12-19 17:55 红鲤鱼与LV 阅读(195) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/ba40da728806 阅读全文
posted @ 2019-12-19 15:10 红鲤鱼与LV 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 1.建一个app.js文件 const http = require('http'); const chalk = require('chalk'); const conf = require('./config/defaultConfig') const server = http.createS 阅读全文
posted @ 2019-12-19 15:04 红鲤鱼与LV 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 1.中文官网: https://eslint.cn/ 2.先看一个写好的eslint规则: 3.下面再给一个例子 module.exports = { "parser": "babel-eslint", 'env': { 'browser': true, 'es6': true }, 'extend 阅读全文
posted @ 2019-12-19 11:59 红鲤鱼与LV 阅读(2261) 评论(0) 推荐(0) 编辑