Nuxt.js, a minimalistic framework for server side rendered Vue.js applications

nuxt.js

A new framework built to help you in server-rendered Vue.js applications development.

It's inspired by Next.js

Next.js is a framework for universal server-rendered React applications

After the installation, the file-system is the main API. Every .vue file becomes a route that gets automatically processed and rendered.

Nuxt is built on the top of ES2015, which makes the code more enjoyable and cleaner to read. It doesn't make use of any transpilers and depends upon Core V8 implemented features. For these reasons, nuxt.js targets Node.js 4.0 or higher

It is still under development but is expected that it will be released soon.

See Nuxt.js on Github.