/Fitness-website

this is my fitness website with Vue

Primary LanguageVue

前后端分离——健身网站(Fitness-Website)项目实践

前言

本项目参考了xrr2016同学该项目的前后端分离架构进行开发,特此感谢!

简介

本项目主要有五大模块功能的实现,分别为“健身资讯模块”,“制定周/月健身计划”,“个人中心模块”,“邮件反馈模块”。是一个适合vue初学者拿来练手的项目

开发环境

本地需安装 node + npm + mongodb

version info:
    node: >=4.0.0
    npm: >=3.0.0
    mongodb: 3.1.3

项目构建

git clone https://github.com/SuperJolly/Fitness-Website

#install dependencies
npm install

# If you are in the development stage now, you need to do this
# npm run dev     (serve with hot reload at localhost:8080)

# npm run server  (backend development localhost:3000)

# If you want to switch to product government, you need to do this
# npm run build   (build for production with minification)
# npm run start

欢迎指教!

Writen by Jeremygao