Skip to content

tinfinite/tinfinite.com

Repository files navigation

tinfinite 官网

使用Nuxt.js构建

测试调试域名: http://ssr-index-dev.tinfinite.com/ 线上域名: http://tinfinite.com/

Build Setup

# 安装 npm 依赖
$ npm install

# 本地开发调试,默认启动 => localhost:3000
$ npm run dev

# 模拟服务器真实环境,test => 测试 && stage => 预发
$ npm run test
$ npm run stage

# 打包静态文件
$ npm run generate