商城前端(SSR)

yangc 98fac02811 Merge branch 'master' of ssh://10.10.101.21/source/mall-web-ssr into HEAD hace 8 años
assets 358ba769e3 样式调整 hace 8 años
components 98fac02811 Merge branch 'master' of ssh://10.10.101.21/source/mall-web-ssr into HEAD hace 8 años
layouts 5acdc666d0 添加店铺详情和批次详情页面 hace 8 años
middleware ed2752356e 商城前端项目 hace 8 años
pages 98fac02811 Merge branch 'master' of ssh://10.10.101.21/source/mall-web-ssr into HEAD hace 8 años
plugins c1494172df 添加过滤器 hace 8 años
static a8336f01c4 修改产品推荐和店铺批次详情 hace 8 años
store 98fac02811 Merge branch 'master' of ssh://10.10.101.21/source/mall-web-ssr into HEAD hace 8 años
utils ed2752356e 商城前端项目 hace 8 años
.editorconfig ed2752356e 商城前端项目 hace 8 años
.eslintrc.js ed2752356e 商城前端项目 hace 8 años
.gitignore b4f679a9d7 更新忽略文件 hace 8 años
Dockerfile 1142dee408 借助运行时环境参数进行编译 hace 8 años
README.md ed2752356e 商城前端项目 hace 8 años
app.html ed2752356e 商城前端项目 hace 8 años
nuxt.config.js c1494172df 添加过滤器 hace 8 años
package.json c1494172df 添加过滤器 hace 8 años
run.sh 00d791ebe2 修改docker启动command hace 8 años
server.js 77a109bcaa 修改配置 hace 8 años
yarn.lock c1494172df 添加过滤器 hace 8 años

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.