本项目适配移动端、PC端、可以用HBuilder X打包成APP,适合想要用vue快速练手做一做项目的朋友。 前端使用vue.js 框架和Element UI,后端主要技术栈为Spring-Boot、MyBatis。 前端较为special的模块:1、国际化中英文切换(本项目主要用户面向海外) 2、联系卡片 3、首页魔方效果 4、点赞和显示网站点赞数量 5、网站底部显示博客已运行时间
线上预览地址:http://xiangembroideryonthepinpoint.org 坚持不易,如果觉得项目还不错的话可以给项目一个 Star 吧,也是对我的一种鼓励了,谢谢各位的支持。
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