🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@webileapps/express-cms

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webileapps/express-cms

CMS module for express

latest
npmnpm
Version
0.2.0
Version published
Weekly downloads
2
-80%
Maintainers
2
Weekly downloads
 
Created
Source

Express CMS

This plugin to have admin CMS pages up and running quickly in your Express JS application.

Installation

npm install express-cms

Introduction

Admin managed pages are mounted by the adminRouter and public facing pages are mounted by router

const express = require("express")
const app = express();
const {adminRouter : cmsAdminRouter, router : cmsRouter} = require("express-cms");

app.use('/', cmsRouter);
app.use('/admin/cms', cmsAdminRouter);

License

Apache License Version 2.0, January 2004

Keywords

cms

FAQs

Package last updated on 06 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts