摘要:
https://caniuse.com/ 查看兼容性 http://gitref.justjavac.com/ git使用 nodemon 开发实时查看js动态变化 nodemon xx.js 在线查看JSON格式插件 JSON-handle vscode 中的安装 Generate CSS tre 阅读全文
posted @ 2021-02-22 09:19
凌兮
阅读(45)
评论(0)
推荐(0)
摘要:
https://github.com/flashlizi/cssrem 阅读全文
posted @ 2021-02-22 09:16
凌兮
阅读(44)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><title>Examples</title><meta name="desc 阅读全文
posted @ 2021-02-22 09:04
凌兮
阅读(163)
评论(0)
推荐(0)
摘要:
首先在package.json里的dependencies加入"jquery" : "^2.2.3",然后npm install 在webpack.base.conf.js里加入 var webpack = require("webpack") 在module.exports的最后加入 plugin 阅读全文
posted @ 2021-02-22 08:43
凌兮
阅读(213)
评论(0)
推荐(0)
摘要:
export和export default 区别 export default 引入时是没有 {} const a1 = 1; import a1 from "./xx.js" export 是有{} export function f1(){} export function f2(){} imp 阅读全文
posted @ 2021-02-22 08:38
凌兮
阅读(128)
评论(0)
推荐(0)