first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
原生js + jq(jquery)
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 模板引擎