# node-koa-weibo-code **Repository Path**: noviceLuo/node-koa-weibo-code ## Basic Information - **Project Name**: node-koa-weibo-code - **Description**: node koa 学习 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-20 - **Last Updated**: 2024-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-koa-weibo-code #### 介绍 node koa 学习 #### 软件架构 软件架构说明 #### 项目搭建 ```js 1. 安装koa脚手架 #npm install -g koa-generator 2. 搭建环境 // -e 指ejs前端模板 // koa-weibo 项目名称 #koa2 -e koa-weibo 3. 安装依赖 npm i --registry=https://registry.npmmirror.com 可以修改为 淘宝源 https://npmmirror.com/ 找到 --registry=https://registry.npmmirror.com 4. 管理git git init git remote add origin git@gitee.com:noviceLuo/node-koa-weibo-code.git // 查看信息 git status // 拉取数据 git pull origin master // 提交项目 git add . git commit -m init git push --set-upstream origin master ``` #### 安装教程 1. 环境变量 ``` # yarn add cross-env -D ``` 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx