商城前端(SSR)

shenjj b4c9b9c3f1 首页导航条问题 hace 7 años
assets 141abfea49 优化样式 hace 7 años
components b4c9b9c3f1 首页导航条问题 hace 7 años
layouts be5b71ef98 新增相关页面错误提示 hace 7 años
middleware 2c836673a3 开通卖家中心登录验证 hace 8 años
pages 5d1622a86e 优化样式 hace 7 años
plugins 4830098a6e Merge branch 'merge-b2c-branch' hace 7 años
static 291e888766 nuxt版本升级为1.3.0 hace 7 años
store 141abfea49 优化样式 hace 7 años
utils 593b1cc163 Merge branch 'yc-imReplace-0420' hace 7 años
.babelrc 826587ff3d ie兼容处理 hace 8 años
.editorconfig ed2752356e 商城前端项目 hace 8 años
.eslintrc.js 661e7afcb8 添加求购分享手机端页面 hace 7 años
.gitignore b4f679a9d7 更新忽略文件 hace 8 años
Dockerfile cbbeb76803 修改备案号和dockerFile hace 7 años
README.md ea935475a9 删除git分支测试 hace 8 años
app.html 4830098a6e Merge branch 'merge-b2c-branch' hace 7 años
nuxt.config.js b4c9b9c3f1 首页导航条问题 hace 7 años
package.json 6aff58ae1c 去除手动GC hace 7 años
post.sh 47a2c82dc2 删除post.sh build操作 hace 7 años
run.sh 3410096ddb post.sh hace 8 años
server.js 93f1788e6c 修改server listen hace 7 años
yarn.lock 0d9b35248c 解决买卖家中心退出登录退转到B2C项目的问题 hace 8 años

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.