All Projects → bluebeel → now-nuxt

bluebeel / now-nuxt

Licence: other
A Now v2 Nuxt builder

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to now-nuxt

Vercel Builder
Vercel Builder for Nuxt.js
Stars: ✭ 437 (+1648%)
Mutual labels:  nuxt, now, zeit, nuxtjs
docker-craft-nginx
🐳 A minimal Docker container for Craft CMS, intended for use with zeit-now.
Stars: ✭ 26 (+4%)
Mutual labels:  now, zeit, zeit-now
Python Module
Write Nuxt.js applications using Python! [Experimental]
Stars: ✭ 181 (+624%)
Mutual labels:  nuxt, nuxtjs
Feed Module
Everyone deserves RSS, ATOM and JSON feeds!
Stars: ✭ 182 (+628%)
Mutual labels:  nuxt, nuxtjs
Gtm Module
Google Tag Manager Module for Nuxt.js
Stars: ✭ 187 (+648%)
Mutual labels:  nuxt, nuxtjs
Nuxt Imagemin
Nuxt module to minify your images. Works with: png, jpeg, gif, and svg
Stars: ✭ 170 (+580%)
Mutual labels:  nuxt, nuxtjs
Nuxt Client Init Module
Provide client version of nuxtServerInit
Stars: ✭ 176 (+604%)
Mutual labels:  nuxt, nuxtjs
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (+648%)
Mutual labels:  nuxt, nuxtjs
Nuxpress
A Nuxt-based blogging engine and boilerplate
Stars: ✭ 135 (+440%)
Mutual labels:  nuxt, nuxtjs
Nuxt Shopify
🛍 Seamless Shopify Buy SDK integration with Nuxt.js.
Stars: ✭ 210 (+740%)
Mutual labels:  nuxt, nuxtjs
Nuxt Netlify Cms Module
Easy Netlify CMS integration with nuxt.js
Stars: ✭ 195 (+680%)
Mutual labels:  nuxt, nuxtjs
Vuemmerce
👉 Responsive ecommerce template 🛒 built with Vue.js and Nuxt.js
Stars: ✭ 223 (+792%)
Mutual labels:  nuxt, nuxtjs
Nuxt Coreui
💫 NuxtJS + CoreUI Project — Unofficial Nuxt + CoreUI project, free to use boilerplate for every need.
Stars: ✭ 166 (+564%)
Mutual labels:  nuxt, nuxtjs
Vue Soundcloud
🎧 A SoundCloud client built with Vue and Nuxt
Stars: ✭ 141 (+464%)
Mutual labels:  nuxt, nuxtjs
Press
Minimalist Markdown Publishing for Nuxt.js
Stars: ✭ 181 (+624%)
Mutual labels:  nuxt, nuxtjs
Nuxt Payload Extractor
Nuxt.js module that makes `nuxt generate` command to store html and payload separately.
Stars: ✭ 140 (+460%)
Mutual labels:  nuxt, nuxtjs
Bootstrap Vue
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
Stars: ✭ 13,603 (+54312%)
Mutual labels:  nuxt, nuxtjs
now-travis
No description or website provided.
Stars: ✭ 50 (+100%)
Mutual labels:  now, zeit
Blog Module
Build your blog with @nuxt
Stars: ✭ 130 (+420%)
Mutual labels:  nuxt, nuxtjs
Surmon.me
🆒 My personal website and blog, powered by @vuejs (3)
Stars: ✭ 1,767 (+6968%)
Mutual labels:  nuxt, nuxtjs

The Nuxt core team has created an official builder.

I advise you to use this one. https://github.com/nuxt/now-builder

now-nuxt

A Now v2 Nuxt builder.

Usage

Add it to your now.json as:

{
  "builds": [
    { "src": "nuxt.config.js", "use": "@bluebeel/nuxt" }
  ]
}

You have to modify your nuxt.config.js file and customize the build property

build:  {
      filenames: {
        app: '[name].js',
        chunk: '[name].js'
      }
}

And don't forget to change the way the configuration is returned. The default nuxt.config.js is

export default {
  ...
}

Change it to

module.exports = () => {
  return { ... }
}

Example

Simple: https://nuxtjs-v2.now.sh/

Repository of the example.

Hackernews: https://nuxtjs-news-v2.now.sh

Repository of the example.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].