https://github.com/atinux/nuxt-payload-error
https://github.com/atinux/nuxt-payload-error
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atinux/nuxt-payload-error
- Owner: atinux
- Created: 2020-11-07T08:57:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T08:17:38.000Z (over 5 years ago)
- Last Synced: 2025-02-14T09:42:37.959Z (11 months ago)
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codesandbox-nuxt
> Nuxt starter for CodeSandBox (used for https://template.nuxtjs.org)
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# 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](https://nuxtjs.org).