nuxt typecheck

This commit is contained in:
SheetJS 2023-02-04 18:53:30 -05:00
parent 13f33e8b57
commit 15401fc1ed

@ -327,6 +327,7 @@ The generated project used Nuxt `v3.0.0`.
npx nuxi init -t content sheetjs-nc2
cd sheetjs-nc2
npx yarn install
npx yarn add --dev @types/node
```
2) Install the SheetJS library and start the server:
@ -411,6 +412,7 @@ Restart the dev server by exiting the process (Control+C) and running:
```bash
npx nuxi clean
npx nuxi typecheck
npx yarn run dev
```