商城前端(SSR)

yingp 017e3837c8 借助运行时环境参数进行编译 hace 8 años
assets ed2752356e 商城前端项目 hace 8 años
components bf6729a68f docker环境下运行异常处理 hace 8 años
layouts ed2752356e 商城前端项目 hace 8 años
middleware ed2752356e 商城前端项目 hace 8 años
pages ed2752356e 商城前端项目 hace 8 años
plugins ed2752356e 商城前端项目 hace 8 años
static ed2752356e 商城前端项目 hace 8 años
store bf6729a68f docker环境下运行异常处理 hace 8 años
utils ed2752356e 商城前端项目 hace 8 años
.editorconfig ed2752356e 商城前端项目 hace 8 años
.eslintrc.js ed2752356e 商城前端项目 hace 8 años
.gitignore ed2752356e 商城前端项目 hace 8 años
Dockerfile 017e3837c8 借助运行时环境参数进行编译 hace 8 años
README.md ed2752356e 商城前端项目 hace 8 años
app.html ed2752356e 商城前端项目 hace 8 años
nuxt.config.js ed2752356e 商城前端项目 hace 8 años
package.json 714a4c0dfc 去掉无用依赖 hace 8 años
run.sh 017e3837c8 借助运行时环境参数进行编译 hace 8 años
server.js 6486929753 server配置修改 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.