Skip to content

Xin-hai/CNode-1

Repository files navigation

CNode社区项目

项目介绍

最近在逛论坛的时候发现CNode社区提供了后端的API接口方便开发者进行开发,有兴趣尝试一下开发其前端相关的功能。项目中收获一些经验以及解决问题的方法,现进行总结。项目是仿照CNode官方社区完成的一次基于Vue和VueRouter的项目,使用axios来获取数据,使用yarn作为打包工具,使用scss来管理样式样式,使用VueRouter来监听路由和控制路由的跳转

项目总结

本次的项目总结请看 Vue的CNode项目总结

Project setup

yarn install

Compiles and hot-reloads for development


yarn serve

Compiles and minifies for production


yarn build

Lints and fixes files


yarn lint

Customize configuration

See Configuration Reference.

关于合并(本人)

git config pull.rebase false