搜索结果
查询Tags标签: ESModule,共有 3条记录-
esModule的模块加载在普通html中使用
- add.jsconst add = (x, y) => {return x + y; }export default add;minus.jsconst minus = (x, y) => {return x - y; }export default minus;html<!DOCTYPE html> <html lang="en"> <head><meta charset="UTF-8">&l…
2022/6/4 23:20:17 人评论 次浏览 -
学习笔记—Node中模块化规范
日常的学习笔记,包括 ES6、Promise、Node.js、Webpack、http 原理、Vue全家桶,后续可能还会继续更新 Typescript、Vue3 和 常见的面试题 等等。模块化与全局对象参考文献 Global objects|Node.js首先,模块化包括 require() 、exports 和 module 等。 console.log(globa…
2021/11/15 9:10:07 人评论 次浏览 -
学习笔记—Node中模块化规范
日常的学习笔记,包括 ES6、Promise、Node.js、Webpack、http 原理、Vue全家桶,后续可能还会继续更新 Typescript、Vue3 和 常见的面试题 等等。模块化与全局对象参考文献 Global objects|Node.js首先,模块化包括 require() 、exports 和 module 等。 console.log(globa…
2021/11/15 9:10:07 人评论 次浏览