Skip to content

Trinity-Trio/web

Repository files navigation

web-tritri

https://trinity-trio.github.io/web/

Build Setup

yarnが導入されていない場合は入れておく

npm i -g yarn

基本的操作は以下の通り

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev
# 開くURLは http://localhost:3000/web/

# how to deploy
$ yarn deploy
# or npm run deploy

For detailed explanation on how things work, checkout Nuxt.js docs.

今回は使用しないが、Nodeサーバーを立てて動かすときにやること

# build for production and launch server
$ yarn run build
$ yarn start