Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 326 Bytes

File metadata and controls

29 lines (15 loc) · 326 Bytes

nodeLearning

通过学习nodejs写的一些demo

1.nodeReptile

基于nodejs写的网站爬虫,读取数据并写入到excel中

cd nodeReptile

npm install / npm i

node app.js


2.blog

基于nodejs写的博客项目(后端)

cd blog/blog-server

npm install / npm i

npm run dev


To be continue...