taylor12138 / supermall

the first time author use vue.js to create a project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

supermall

该项目是基于Vue.js开发的仿蘑菇街电商项目 实现了作为电商类app的基本功能 并且使用express框架搭建服务器 + MongoDB数据库管理用户信息

下载依赖

npm i

首先需要自行安装MongoDB

其次需要在server文件夹下运行本地服务器(才可以使用用户登陆功能)

node app.js

然后再本项目根目录下运行程序

npm run serve

可以打包程序

npm run build

Customize configuration

See Configuration Reference.

About

the first time author use vue.js to create a project

License:MIT License


Languages

Language:Vue 81.1%Language:JavaScript 16.7%Language:CSS 1.5%Language:HTML 0.8%