Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jake-101/nuxtguide

A hand-selected collection of modules, plugins, boilerplates, tutorials, inspiration and more for Nuxt.js.
https://github.com/jake-101/nuxtguide

front-end javascript nuxt nuxtjs prismic prismicio resources vue

Last synced: about 2 months ago
JSON representation

A hand-selected collection of modules, plugins, boilerplates, tutorials, inspiration and more for Nuxt.js.

Awesome Lists containing this project

README

        

# nuxtguide

This site is a personal collection of my favorite resources for Nuxt.js. I use Vue & Nuxt when developing websites and save a lot of links to cool libraries and tutorials.

The code for the site is open source and available on Github. This site wouldn't exist without the hard work of all of the people who maintain open source projects like Vue.js.

- Nuxt Guide is built using Nuxt.js
- Prismic.io as its CMS
- TailwindCSS is used for layout & design, wysiwyg.css is used for HTML content areas.
- The site is hosted on Zeit Now.
- The Inter type family is used and the regular width typeface is subset for faster loading.
- Visit jake101.com to learn more about me.

## 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).