# news **Repository Path**: apchy_ll/news ## Basic Information - **Project Name**: news - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-29 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

News

Use Weui, Angular Or Vue prepared by the news client

基于 Angular.js Vue.js, Weui 和 Node.js 重写的新闻客户端, Live Demo

Made with ❤︎ by Wscats

## Installation(Git) 克隆项目地址并下载(需要已安装[Git](https://git-scm.com/downloads)),[点击预览(移动端效果更佳)](https://wscats.github.io/Angular-news/news/indexTest.html),[新增Vue2版本](https://wscats.github.io/Angular-news/vue-news/public/index.html) ``` git clone https://github.com/Wscats/news.git ``` 启动服务(http://localhost:12345/news/index.html) ``` npm run dev ``` ## Building 通过`npm`安装本地服务第三方依赖模块(需要已安装[Node.js](https://nodejs.org/)),当然也可以先不安装依赖暂时省略这步,运行`node http`直接查看项目效果 ``` npm install ``` 然后执行[gulp](https://github.com/gulpjs/gulp)构建项目文件和打开服务器等 ``` npm run test ``` ## Installation(NPM) 通过`npm`安装本地服务第三方依赖模块(需要已安装[Node.js](https://nodejs.org/)),当然也可以先不安装依赖暂时省略这步,运行`node http`直接查看项目效果 ``` npm install ``` 执行node指令运行http.js ``` node http ``` 用浏览器打开链接 ``` http://localhost:12345/news/index.html ``` ## License [MIT](http://opensource.org/licenses/MIT) Copyright (c) 2019 ❤︎[Wscats](https://github.com/Wscats)