商城前端(SSR)

Administrator b72a1001fc Merge branch 'feature-wcz-supplier20180425' into release-20170915 8 年之前
assets 76103466d6 ie10以下提示 8 年之前
components b72a1001fc Merge branch 'feature-wcz-supplier20180425' into release-20170915 8 年之前
layouts 2c3db982a7 新增企业搜索页 8 年之前
middleware 2c836673a3 开通卖家中心登录验证 8 年之前
pages b72a1001fc Merge branch 'feature-wcz-supplier20180425' into release-20170915 8 年之前
plugins 50c5db9e3a 去除页面上无用console.log 8 年之前
static b72a1001fc Merge branch 'feature-wcz-supplier20180425' into release-20170915 8 年之前
store b72a1001fc Merge branch 'feature-wcz-supplier20180425' into release-20170915 8 年之前
utils b72a1001fc Merge branch 'feature-wcz-supplier20180425' into release-20170915 8 年之前
.babelrc 826587ff3d ie兼容处理 9 年之前
.editorconfig ed2752356e 商城前端项目 9 年之前
.eslintrc.js 661e7afcb8 添加求购分享手机端页面 8 年之前
.gitignore b4f679a9d7 更新忽略文件 9 年之前
Dockerfile 6798a548a7 修改dockerfile 8 年之前
README.md ea935475a9 删除git分支测试 9 年之前
app.html 76103466d6 ie10以下提示 8 年之前
nuxt.config.js 3d33f44e16 Merge branch 'fix' 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.