All Projects → doubi-NO1 → egg-nuxt

doubi-NO1 / egg-nuxt

Licence: MIT License
The Nuxt plugin for eggjs

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to egg-nuxt

Naice Blog
😺 新的博客上线啦
Stars: ✭ 93 (+304.35%)
Mutual labels:  koa, ssr, nuxt
laravel-nuxt
Laravel 5.6 + Nuxt 1.4: Auth Starter (SSR, SPA, Socialite)
Stars: ✭ 19 (-17.39%)
Mutual labels:  ssr, nuxt
Nuxt Juejin Project
仿掘金web网站,使用服务端渲染。主要技术:nuxt + koa + vuex + axios + element-ui 。
Stars: ✭ 209 (+808.7%)
Mutual labels:  koa, nuxt
nuxt-plesk-example
No description or website provided.
Stars: ✭ 27 (+17.39%)
Mutual labels:  ssr, nuxt
Cool Admin Api
cool-admin-api 是基于egg.js、typeorm、jwt等封装的api开发脚手架、快速开发api接口
Stars: ✭ 188 (+717.39%)
Mutual labels:  koa, egg
Egg Core
A core Pluggable framework based on koa.
Stars: ✭ 194 (+743.48%)
Mutual labels:  koa, egg
my-blog
🐬 个人技术博客(基于vue的服务端渲染 nuxt.js)
Stars: ✭ 94 (+308.7%)
Mutual labels:  ssr, nuxt
Koa React Universal
lightweight React-Koa2 universal boilerplate, only what is essential
Stars: ✭ 112 (+386.96%)
Mutual labels:  koa, ssr
blog-frontend
Frontend of blog created using: GraphQL (Apollo) + Vue + Nuxt.js + TypeScript + Vuetify...
Stars: ✭ 43 (+86.96%)
Mutual labels:  ssr, nuxt
giog
It's based on githud issues and built with Vue 2.x, vue-router & vuex with server-side rendering by koa
Stars: ✭ 14 (-39.13%)
Mutual labels:  koa, ssr
jooger.me
👍 My personal website,powered by @nuxt
Stars: ✭ 39 (+69.57%)
Mutual labels:  ssr, nuxt
Vue Webpack Config
Koa2、Webpack、Vue、React、Node
Stars: ✭ 151 (+556.52%)
Mutual labels:  koa, ssr
Koa React Isomorphic
Boilerplate for Koa & React
Stars: ✭ 128 (+456.52%)
Mutual labels:  koa, ssr
Blog Frontend Project
Web frontend code for my blogs, develop with Vue.
Stars: ✭ 206 (+795.65%)
Mutual labels:  koa, ssr
Herostory
王者荣耀故事站--小程序
Stars: ✭ 115 (+400%)
Mutual labels:  koa, nuxt
react-koa-universal
a boilerplate react graphql apollo css-in-js buzzword koa ssr pwa wasm throwaway app 🚮
Stars: ✭ 12 (-47.83%)
Mutual labels:  koa, ssr
egg-nuxt-blog
Nuxt.js(web端) + Egg.js(api 服务) + Vue.js(管理后台)+ ElementUI(通用组件库)服务器渲染(SSR)搭建的个人博客系统
Stars: ✭ 16 (-30.43%)
Mutual labels:  nuxt, egg
Vue Family Bucket Ssr Koa2 Full Stack Development From Meituan
🚀🚀2020最新Vue全家桶+SSR+Koa2全栈开发☁
Stars: ✭ 100 (+334.78%)
Mutual labels:  koa, ssr
awrora-starter
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Stars: ✭ 38 (+65.22%)
Mutual labels:  ssr, nuxt
Geek Blog
基于Vue+Nuxt.js服务器渲染(SSR)搭建的个人博客系统
Stars: ✭ 33 (+43.48%)
Mutual labels:  ssr, nuxt

egg-nuxt-lib

Description

  • Based on @liyanlong's nuxt-egg
  • Because of that lib doesn't work with the latest version of Eggjs & Nuxtjs yet. So I'v created a new lib here.

Dependency description

Dependency version

Version Egg Nuxt
2.x 😁
1.x 😁
0.x

What is Egg.js

  • Better enterprise frameworks and apps with Node.js & Koa.
  • For more infomation please visit eggjs.org.

What is Nuxt.js

  • Nuxt.js is a framework for creating Universal Vue.js Applications.

  • Its main scope is UI rendering while abstracting away the client/server distribution.

  • Our goal is to create a framework flexible enough that you can use it as a main project base or in addition to your current project based on Node.js.

  • Nuxt.js presets all the configuration needed to make your development of a Vue.js Application Server Rendered more enjoyable.

  • In addition, we also provide another deployment option called: nuxt generate. It will build a Static Generated Vue.js Application. We believe that option could be the next big step in the development of Web Applications with microservices.

  • As a framework, Nuxt.js comes with a lot of features to help you in your development between the client side and the server side such as Asynchronous Data, Middleware, Layouts, etc.

  • For more infomation please visit nuxtjs.org.

Install

$ npm i egg-nuxt-lib --save

Usage

// {app_root}/config/plugin.js
exports.nuxt = {
  enable: true,
  package: 'egg-nuxt-lib',
};

Import Nuxt Configuration

// {app_root}/config/config.default.js
exports.nuxt = require(./nuxt.config);

see nuxtjs.org for more detail.

Online demo

Questions & Suggestions

Please open an issue here.

License

MIT

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].