Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 599 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 599 Bytes

pinia_574

Reproduce the error

This is a bare-bones Nuxt-project to reproduce the issue is discussion 574 from posva/pinia See here: vuejs/pinia#574

Run yarn install, then yarn dev and open your browser to see the error.

Browser: Firefox 91.0 (64-bit) for Ubuntu
Nodejs: v15.14.0
Yarn: 1.22.5
OS: Ubuntu 18.04.5 LTS

Build Setup

# install dependencies
$ yarn install

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

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

# generate static project
$ yarn generate