商城前端(SSR)

yangc 31cd052009 Merge branch 'master' into release-20170915 8 년 전
assets d24e97dd9c 供应商、店铺搜索、商机 8 년 전
components 31cd052009 Merge branch 'master' into release-20170915 8 년 전
layouts d24e97dd9c 供应商、店铺搜索、商机 8 년 전
middleware 2c836673a3 开通卖家中心登录验证 8 년 전
pages 31cd052009 Merge branch 'master' into release-20170915 8 년 전
plugins 50c5db9e3a 去除页面上无用console.log 8 년 전
static 31cd052009 Merge branch 'master' into release-20170915 8 년 전
store 31cd052009 Merge branch 'master' into release-20170915 8 년 전
utils b72a1001fc Merge branch 'feature-wcz-supplier20180425' into release-20170915 8 년 전
.babelrc 826587ff3d ie兼容处理 8 년 전
.editorconfig ed2752356e 商城前端项目 8 년 전
.eslintrc.js 661e7afcb8 添加求购分享手机端页面 8 년 전
.gitignore b4f679a9d7 更新忽略文件 8 년 전
Dockerfile 6798a548a7 修改dockerfile 8 년 전
README.md ea935475a9 删除git分支测试 8 년 전
app.html 76103466d6 ie10以下提示 8 년 전
nuxt.config.js d00908cdc8 Merge branch 'feature/yc-apply_mobile-0508' 8 년 전
package.json 6aff58ae1c 去除手动GC 8 년 전
post.sh 47a2c82dc2 删除post.sh build操作 8 년 전
run.sh 3410096ddb post.sh 8 년 전
server.js 93f1788e6c 修改server listen 8 년 전
yarn.lock bb47c0aeb2 创建供应商模块 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.