商城前端(SSR)

huxz b4f679a9d7 更新忽略文件 %!s(int64=8) %!d(string=hai) anos
assets 358ba769e3 样式调整 %!s(int64=8) %!d(string=hai) anos
components 2889dd9756 帮助中心 %!s(int64=8) %!d(string=hai) anos
layouts 5acdc666d0 添加店铺详情和批次详情页面 %!s(int64=8) %!d(string=hai) anos
middleware ed2752356e 商城前端项目 %!s(int64=8) %!d(string=hai) anos
pages 4d02e97baa 帮助文章调整 %!s(int64=8) %!d(string=hai) anos
plugins b39f3e6db5 添加店铺商品列表分页 %!s(int64=8) %!d(string=hai) anos
static a8336f01c4 修改产品推荐和店铺批次详情 %!s(int64=8) %!d(string=hai) anos
store 2889dd9756 帮助中心 %!s(int64=8) %!d(string=hai) anos
utils ed2752356e 商城前端项目 %!s(int64=8) %!d(string=hai) anos
.editorconfig ed2752356e 商城前端项目 %!s(int64=8) %!d(string=hai) anos
.eslintrc.js ed2752356e 商城前端项目 %!s(int64=8) %!d(string=hai) anos
.gitignore b4f679a9d7 更新忽略文件 %!s(int64=8) %!d(string=hai) anos
Dockerfile 1142dee408 借助运行时环境参数进行编译 %!s(int64=8) %!d(string=hai) anos
README.md ed2752356e 商城前端项目 %!s(int64=8) %!d(string=hai) anos
app.html ed2752356e 商城前端项目 %!s(int64=8) %!d(string=hai) anos
nuxt.config.js 4654fe5458 添加店铺首页页面 %!s(int64=8) %!d(string=hai) anos
package.json 5acdc666d0 添加店铺详情和批次详情页面 %!s(int64=8) %!d(string=hai) anos
run.sh 00d791ebe2 修改docker启动command %!s(int64=8) %!d(string=hai) anos
server.js 77a109bcaa 修改配置 %!s(int64=8) %!d(string=hai) anos
yarn.lock 5acdc666d0 添加店铺详情和批次详情页面 %!s(int64=8) %!d(string=hai) anos

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.