News
:panda_face:Based on angular.js, weui and node.js rewrite news client - 新闻客户端
Install / Use
/learn @Wscats/NewsREADME
<div align="center">
<!-- <p><img width="150" src="https://avatars2.githubusercontent.com/u/17243165"></p> -->
<h1>News</h1>
<p>
<strong>Use Weui, Angular Or Vue prepared by the news client</strong>
<br /><br />
<strong>基于 Angular.js Vue.js, Weui 和 Node.js 重写的新闻客户端</strong>,
<a href="https://wscats.github.io/Angular-news/news/indexTest.html#/index/list">Live Demo</a>
</p>
<p>
<sub>Made with ❤︎ by
<a href="https://github.com/Wscats">Wscats</a>
</sub>
</p>
<p>
<a href="https://github.com/Wscats/news"><img src="https://img.shields.io/badge/Star-200+-orange" /></a>
<a href="https://github.com/Wscats/news"><img src="https://img.shields.io/badge/Version-5.20-brightgreen" /></a>
<a href="https://github.com/Wscats/news"><img src="https://img.shields.io/badge/Github Page-Wscats-yellow" /></a>
<a href="https://github.com/Wscats"><img src="https://img.shields.io/badge/Author-Eno Yao-blueviolet" /></a>
</p>
</div>
Installation(Git)
克隆项目地址并下载(需要已安装Git),点击预览(移动端效果更佳),新增Vue2版本
git clone https://github.com/Wscats/news.git
启动服务(http://localhost:12345/news/index.html)
npm run dev
Building
通过npm安装本地服务第三方依赖模块(需要已安装Node.js),当然也可以先不安装依赖暂时省略这步,运行node http直接查看项目效果
npm install
然后执行gulp构建项目文件和打开服务器等
npm run test
Installation(NPM)
通过npm安装本地服务第三方依赖模块(需要已安装Node.js),当然也可以先不安装依赖暂时省略这步,运行node http直接查看项目效果
npm install
执行node指令运行http.js
node http
用浏览器打开链接
http://localhost:12345/news/index.html
