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 @@
console.log("dddd")

View File

@@ -0,0 +1,12 @@
{
"name": "2020-04-15",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}

View File

@@ -0,0 +1,28 @@
noodejs让js运行在后端服务器上的运行环境
基于 c++ + v8 写的
node -v
v12.13.1
npm install -g cnpm --registry=https://registry.npm.taobao.org
项目配置信息文件 package.json
npm 依赖管理工具
npm init -y or cnpm init -y
https://www.npmjs.com/
npm installi 插件名 or cnpm i 插件名
切换npm插件下载地址为国内的淘宝镜像源 cnpm
https://developer.aliyun.com/mirror/NPM?from=tnpm
npm run start or npm start