Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayashavin/tours-nuxt-full-static
A demo travel blog app for full static in Nuxt with @nuxt/content and @nuxtjs/colour-mode
https://github.com/mayashavin/tours-nuxt-full-static
blog jamstack jamstack-site nuxt nuxt-content nuxtjs static-site theme travel-blog
Last synced: 2 months ago
JSON representation
A demo travel blog app for full static in Nuxt with @nuxt/content and @nuxtjs/colour-mode
- Host: GitHub
- URL: https://github.com/mayashavin/tours-nuxt-full-static
- Owner: mayashavin
- License: mit
- Created: 2020-06-28T16:39:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:20:20.000Z (about 2 years ago)
- Last Synced: 2024-10-12T09:13:56.785Z (3 months ago)
- Topics: blog, jamstack, jamstack-site, nuxt, nuxt-content, nuxtjs, static-site, theme, travel-blog
- Language: JavaScript
- Homepage: https://full-static-app.vercel.app/
- Size: 8.56 MB
- Stars: 22
- Watchers: 2
- Forks: 8
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# full-static-app
> My hunky-dory Nuxt.js project
## 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).