商城前端(SSR)

wangcz 9e18209e9c 处理bug 6 years ago
assets c206978adb pcb间距过宽 6 years ago
components 9e18209e9c 处理bug 6 years ago
layouts d9d179bcb9 pcb搜索框悬浮 6 years ago
middleware 84fe151037 更改isClient isSever 6 years ago
pages 9e18209e9c 处理bug 6 years ago
plugins 495d010be6 处理验证信息和币种问题 6 years ago
static 7c1c234270 更新logo和空状态图 6 years ago
store 3c3f18ba7d 处理移动端卖家订单问题 6 years ago
utils 8e88fa00b3 baseUtils立即购买注释 6 years ago
.babelrc 826587ff3d ie兼容处理 7 years ago
.editorconfig ed2752356e 商城前端项目 7 years ago
.eslintrc.js 661e7afcb8 添加求购分享手机端页面 7 years ago
.gitignore b4f679a9d7 更新忽略文件 7 years ago
Dockerfile 894b47ffa4 修改dockerfile 7 years ago
README.md ea935475a9 删除git分支测试 7 years ago
app.html 6553dcaf29 app关注/收藏效果UI优化 6 years ago
nuxt.config.js 863f1467c3 Merge remote-tracking branch 'origin/feature-material-wangcz' into dev 6 years ago
package-lock.json 388577a4fc 产品溢出处理以及店铺添加字段 6 years ago
package.json 820374d529 新增订单管理 6 years ago
post.sh 47a2c82dc2 删除post.sh build操作 7 years ago
run.sh 3410096ddb post.sh 7 years ago
server.js fb684c6f72 跨域处理 6 years ago
yarn.lock 3abc0df149 处理PCB测试环境用户信息 6 years ago

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.