Files
ClassContent/历届学生/front-end-team-11/每天上课/2023-05-26/笔记.txt
2024-09-27 02:06:13 +08:00

52 lines
729 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

原生js + jqjquery
dom操作
|
|
nodejs js在后端服务器上的运行环境
v8内核
c++
作用:前端,桌面端,后端,操作系统
|
|
前端三大框架
nodejs
npm 依赖(插件)管理工具
npm init -y 初始化nodejs项目的配置文件
npm run 自定的名称
npm start
npm install(i) 插件名 环境参数
--save -S
--save-dev -D
-g 安装到全局
node_modules 存放项目中你下载的插件的
dependencies 正式环境的依赖
devDependencies 开发环境的依赖
npm uninstall 插件名 删除已经安装上的插件
nodejs 模块
系统内置的模块
自己写的,网上下载的
html 模板引擎