Skip to content

sugoikondo/2020.scalamatsuri.org

 
 

Repository files navigation

2020.scalamatsuri.org

2020.scalamatsuri.org Nuxt.js project

Build Setup

Install nodenv

Currently this project Node.js version is managed via .node-version (e.g. nodenv ).

If you use Mac and want to use nodenv,

$ brew install nodenv

$ nodenv init

$ nodenv install x.x.x #please refer to .node-version under this project

$ node -v #check the version is same as .node-verson .

Build and start devlopment local server

# install dependencies
$ yarn

# serve with hot reload at localhost:3000
$ yarn dev

others

# If you deploy firebase hosting
npm install -g firesbase
alias firebase="`npm config get prefix`/bin/firebase"

Build for production

# build for production and launch server

$ yarn run build

$ yarn start

# generate static project

$ yarn run generate

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

ソースコード

nuxt_src/ 配下です。

About

ScalaMatsuri 2020 official website repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.6%
  • CSS 24.5%
  • Vue 19.9%
  • JavaScript 3.4%
  • TypeScript 1.6%