Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 523 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 523 Bytes

⚡ Nuxt 3 + TypeScript + Windi CSS + Firebase 9 を使用して、爆速でプロトタイプを開発する

Build Setup

# install dependencies
$ yarn install

# add dependencies
$ yarn add <pkg>

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

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

# generate static project
$ yarn generate

# analyze
$ yarn analyze

# linter
$ yarn lint

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