Skip to content

Sirlanri/whisper-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whisper 轻语

采用瀑布流布局的社交网站,主要用来记录自己的日常生活&碎碎念,会逐渐取代我的WordPress。

当前版本:Beta 1.0(公测)点击浏览

后端采用Golang编写 后端代码库

技术栈

Vue+Vuetify

使用Vuex Router等Vue组件辅助开发。

代码

首先安装依赖

npm install 

本地运行:

npm run serve

代码会热部署在 localhost:8080

打包部署:

部署后需要使用Nginx等进行反代

npm run build