基于 Vue.js 和 Node.js 开发的优设每日更新内容展示
- 前端:Vue.js(非单页面程序)+ jQuery(方便 Ajax 的使用)
- 后端:express + superagent + cheerio
- 测试:mocha + should + supertest
请确认你使用的电脑有 Node 环境,越新越好。
git clone [email protected]:bighuang624/uisdc-today.git
cd uisdc-today
# 在 server 文件夹安装依赖(推荐使用 cnpm)
cd server
npm install
npm run start
npm run test
运行服务器后,进入uisdc/html
文件夹,打开 index.html 即可。