商城前端(SSR)

yangc cb3a3b6747 可拆卖、不可拆卖文字样式调整。 8 years ago
assets 2f71848243 a标签样式提到common.scss中 8 years ago
components cb3a3b6747 可拆卖、不可拆卖文字样式调整。 8 years ago
layouts e496baa463 器件详情,需求调整 8 years ago
middleware dbce415a4d 添加商城访问限制 8 years ago
pages d6b275c7a9 用户登录记录returnUrl 8 years ago
plugins 38a86c4e2a 跨域处理 8 years ago
static 3ffd63b054 Merge remote-tracking branch 'origin/master' into counter_v2 8 years ago
store 381bf7bec5 1.计数器算法优化。 8 years ago
utils ed2752356e 商城前端项目 8 years ago
.babelrc 826587ff3d ie兼容处理 8 years ago
.editorconfig ed2752356e 商城前端项目 8 years ago
.eslintrc.js ed2752356e 商城前端项目 8 years ago
.gitignore b4f679a9d7 更新忽略文件 8 years ago
Dockerfile 1142dee408 借助运行时环境参数进行编译 8 years ago
README.md ed2752356e 商城前端项目 8 years ago
app.html 6557973597 首页轮播循环 8 years ago
nuxt.config.js 50389a5395 添加/file**映射,修复文件上传bug 8 years ago
package.json 6abd09daf6 修改代理请求响应cookie的path 8 years ago
run.sh bf9e75aed8 在production环境下外部构建 8 years ago
server.js bf9e75aed8 在production环境下外部构建 8 years ago
yarn.lock 0d9b35248c 解决买卖家中心退出登录退转到B2C项目的问题 8 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.