Skip to content

基于nuxt.js服务端渲染的跨境电子商务pc端

Notifications You must be signed in to change notification settings

lucky-kang/nuxt-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3e4cce · Jun 23, 2021

History

1 Commit
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021
Jun 23, 2021

Repository files navigation

frisson_web_server_render

安装项目依赖

npm install

本地开发调试

npm run dev //默认test环境运行
npm run dev:test //test环境运行
npm run dev:staging //staging 环境运行
npm run dev:prod //正式环境

构建运行

  • 构建
npm run build //默认正式环境编译
npm run build:test //test环境编译
npm run build:staging //staging环境编译
npm run build:prod //正式环境编译
  • 运行
npm run start //默认正式服务
npm run start:prod //运行正式服务
npm run start:test //运行test服务
npm run start:staging //运行staging服务

服务器部署

部署之前需要先执行构建运行中的构建

  • 单进程运行(测试环境常用)
pm2 start npm --name project -- run start 

project是进程的名字,可自定义

  • 集群模式运行
pm2 start ecosystem.config.js --env test
pm2 start ecosystem.config.js --env staging
pm2 start ecosystem.config.js --env production

staging是需要运行的环境

About

基于nuxt.js服务端渲染的跨境电子商务pc端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published