商城前端(SSR)

yingp 714a4c0dfc 去掉无用依赖 8 年 前
assets ed2752356e 商城前端项目 8 年 前
components bf6729a68f docker环境下运行异常处理 8 年 前
layouts ed2752356e 商城前端项目 8 年 前
middleware ed2752356e 商城前端项目 8 年 前
pages ed2752356e 商城前端项目 8 年 前
plugins ed2752356e 商城前端项目 8 年 前
static ed2752356e 商城前端项目 8 年 前
store bf6729a68f docker环境下运行异常处理 8 年 前
utils ed2752356e 商城前端项目 8 年 前
.editorconfig ed2752356e 商城前端项目 8 年 前
.eslintrc.js ed2752356e 商城前端项目 8 年 前
.gitignore ed2752356e 商城前端项目 8 年 前
Dockerfile 291bc96f21 修改Docker配置 8 年 前
README.md ed2752356e 商城前端项目 8 年 前
app.html ed2752356e 商城前端项目 8 年 前
nuxt.config.js ed2752356e 商城前端项目 8 年 前
package.json 714a4c0dfc 去掉无用依赖 8 年 前
server.js 6486929753 server配置修改 8 年 前

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.