商城前端(SSR)

yangc 788d9f1ddb 下拉栏事件 8 yıl önce
assets 141f510d02 分享栏样式 8 yıl önce
components 788d9f1ddb 下拉栏事件 8 yıl önce
layouts d4b4dc93af font-size尺寸适配 8 yıl önce
middleware dbce415a4d 添加商城访问限制 8 yıl önce
pages 895411ed33 增加背景图片 8 yıl önce
plugins e1449886e2 手机商城设备分离方案配置信息完成 8 yıl önce
static 3054bdcbfb 增加背景图片 8 yıl önce
store e1449886e2 手机商城设备分离方案配置信息完成 8 yıl önce
utils ed2752356e 商城前端项目 8 yıl önce
.babelrc 826587ff3d ie兼容处理 8 yıl önce
.editorconfig ed2752356e 商城前端项目 8 yıl önce
.eslintrc.js ed2752356e 商城前端项目 8 yıl önce
.gitignore b4f679a9d7 更新忽略文件 8 yıl önce
Dockerfile 1142dee408 借助运行时环境参数进行编译 8 yıl önce
README.md ed2752356e 商城前端项目 8 yıl önce
app.html dc9218c403 手机输入框自动放大问题 8 yıl önce
nuxt.config.js 2eaaeecbc8 搜索和店铺列表 8 yıl önce
package.json e1449886e2 手机商城设备分离方案配置信息完成 8 yıl önce
run.sh bf9e75aed8 在production环境下外部构建 8 yıl önce
server.js bf9e75aed8 在production环境下外部构建 8 yıl önce
yarn.lock 0d9b35248c 解决买卖家中心退出登录退转到B2C项目的问题 8 yıl önce

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.