# LearnNodeJS **Repository Path**: potato512/learnnodejs ## Basic Information - **Project Name**: LearnNodeJS - **Description**: node.js的学习 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LearnNodeJS node.js的学习 # 学习网站 * [nodejs官网](https://nodejs.org/en/) * [nodejs菜鸟教程](https://www.runoob.com/nodejs/nodejs-tutorial.html) * [nodejs中文网](http://nodejs.cn) # node.js开发工具 * node(https://nodejs.org/en/)必备 * 源码编写 * HBuilder(http://www.dcloud.io) * webstorm(http://www.jetbrains.com/webstorm/) * Sublime Text 安装好node后,可以在终端通过命令执行.js文件,如"node xxx.js"。 如果使用webstorm进行编辑,还可以直接进行编译运行,查看运行结果。 # 修改说明 * 20170727 * 添加源码 * 添加IDE配置与使用截图 * 设置版本号1.0.0