商城前端(SSR)

yingp 13ec779c7c 修改node内存参数 8 年之前
assets ba42d13dfe 新增分享求购,手机端求购页面 8 年之前
components 72674bef77 首页轮播ie9下的箭头样式 8 年之前
layouts be5b71ef98 新增相关页面错误提示 8 年之前
middleware 2c836673a3 开通卖家中心登录验证 8 年之前
pages 12fe000eaa 去除无用引入 8 年之前
plugins ba42d13dfe 新增分享求购,手机端求购页面 8 年之前
static 57b7556731 求购频道添加“相关宣传和个人产品维护快速入口 8 年之前
store 88c7479545 类目详情页接口屏蔽 8 年之前
utils 593b1cc163 Merge branch 'yc-imReplace-0420' 8 年之前
.babelrc 826587ff3d ie兼容处理 8 年之前
.editorconfig ed2752356e 商城前端项目 8 年之前
.eslintrc.js 661e7afcb8 添加求购分享手机端页面 8 年之前
.gitignore b4f679a9d7 更新忽略文件 8 年之前
Dockerfile cbbeb76803 修改备案号和dockerFile 8 年之前
README.md ea935475a9 删除git分支测试 8 年之前
app.html ba42d13dfe 新增分享求购,手机端求购页面 8 年之前
nuxt.config.js 72674bef77 首页轮播ie9下的箭头样式 8 年之前
package.json 13ec779c7c 修改node内存参数 8 年之前
post.sh 47a2c82dc2 删除post.sh build操作 8 年之前
run.sh 3410096ddb post.sh 8 年之前
server.js b2f6ee2176 还原配置 8 年之前
yarn.lock 0d9b35248c 解决买卖家中心退出登录退转到B2C项目的问题 8 年之前

README.md

mall-web-ssr

mall web project

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.