使用vux做的一个知乎日报 demo链接,参照vux的官网demo,代码有直接copy的:smile: ,感谢 fanpeihua123 提供的知乎日报api,因为需要跨域请求,使用了nginx进行转发。
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report