Code Monkey home page Code Monkey logo

miox-koa-vue2x-server-render's Introduction

Miox Server Render (koa+vuejs@2x+ssr)

它是一套miox服务端渲染的中间件集合。

  • 环境 koa@2x
  • 框架 vuejs@2x

Usage

npm install --save-dev miox-koa-vue2x-server-render

Run it

const ServerRender = require('miox-koa-vue2x-server-render');
const config = require('./config');
const base = require('./ssr');
const server = new ServerRender(config);
const app = new Koa();
server.use(base);
server.connect(app);
app.listen(3000, () => console.log('start server at http://127.0.0.1:3000'));

参数说明

configs:

  • cwd [String] 基址
  • whitelist [Array] 白名单列表。将使用源码编译的正则表达式写入。
  • hot [Boolean] 默认false。启动热更新。
  • static [Json] 静态资源缓存配置 { maxAge[Number:31536000], gzip[Boolean:false], dynamic[Boolean:true],... } # https://www.npmjs.com/package/koa-static-cache
  • cache [Boolean] 是否使用缓存?默认false
  • title [String] 默认标题头
  • app [String] 入口文件绝对地址
  • build [String] 打包所在文件夹绝对地址
  • prefix [String] URL前缀

Events

Dev

  1. DEV:HMR:BEFORE
  2. DEV:SERVER:BEFORE
  3. DEV:SERVER:INJECT
  4. CREATE:SERVER:BEFORE

Pro

  1. PRO:STATIC:BEFORE
  2. CREATE:SERVER:BEFORE

miox-koa-vue2x-server-render's People

Watchers

James Cloos avatar 一灯大师 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.