https://github.com/fumeapp/test-force-error
test forcing a nuxt error for gracefulness
https://github.com/fumeapp/test-force-error
Last synced: 7 months ago
JSON representation
test forcing a nuxt error for gracefulness
- Host: GitHub
- URL: https://github.com/fumeapp/test-force-error
- Owner: fumeapp
- Created: 2021-01-07T01:07:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T01:07:59.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T03:16:54.048Z (9 months ago)
- Language: Vue
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# force-nuxt-error
## Build Setup
```bash
# 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
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).