This is a bbs like website.
This web site use vue to build. link: Sixdu link: Sixdu mobile
If you want to konw something about the destop page, you can click here to jump to that page.
If you want to use the code to setup your own website, you can use it like this.
# 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
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
This website use axios to request datas. So I use the vuex to manage the main url. You can change it to your own. The global data is here:/vuex/index.js