Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dugajean/netlify-bug-reproducer
https://github.com/dugajean/netlify-bug-reproducer
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dugajean/netlify-bug-reproducer
- Owner: dugajean
- Created: 2019-07-26T19:35:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:47:17.000Z (about 2 years ago)
- Last Synced: 2023-03-06T02:54:27.655Z (almost 2 years ago)
- Language: Vue
- Size: 2.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-app
> My striking Nuxt.js project
## 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, checkout [Nuxt.js docs](https://nuxtjs.org).