# mall-sever **Repository Path**: chinaELva/mall-sever ## Basic Information - **Project Name**: mall-sever - **Description**: 整站项目mall,相对应的后台管理系统,包括node 项目,node集成在 server目录下。启动Node ,进入 bin,执行 node www。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mall-sever > vue server ## Build Setup ``` bash # 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 此项目为后台管理系统项目,前台相对应的项目,是 mall。前台同样式 vue 构建,两个项目都是基于 node 写的后台,node 后台代码在 mall-sever 下的 server 里面。 ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).