# handnews **Repository Path**: SystemLight/handnews ## Basic Information - **Project Name**: handnews - **Description**: 移动端新闻app - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-19 - **Last Updated**: 2021-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 新闻类网站 > 年轻时吃过的苦,都会成为你未来的路。 ## 引言 使用 vue 开发的移动端新闻类网站。 ## 开始 ##### 安装依赖 可以使用以下命令安装依赖: ``` npm install ``` ##### 开发 运行 ``` npm start ``` 启动 webpack 服务,以调试项目。 ##### 生产 如果要发布生产版本,运行 ``` npm run build ``` 以编译和压缩源代码。 之后运行 ``` node app.js ``` 启动一个 [koa](https://github.com/koajs/koa) 搭建的服务端。