Download Latest Version Scoped Styles.zip (123.5 kB)
Email in envelope

Get an email when there's a new version of express-vue

Home / 5.1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2018-02-19 345 Bytes
Zero Config.tar.gz 2018-02-19 107.1 kB
Zero Config.zip 2018-02-19 114.5 kB
Totals: 3 Items   222.0 kB 0

You now no longer need to put in any config into express-vue's init method, it's now as simple as this.

:::js
const expressVue = require("express-vue");
const express = require("express");
const app = express();

const expressVueMiddleware = expressVue.init();
app.use(expressVueMiddleware);

HURRAH!! 🙌

Source: README.md, updated 2018-02-19