🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ax2/api-page

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ax2/api-page

## Setup

npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

API PAGE MODULE

Setup

Add the dependency

yarn add @ax2/api-page

How to install

import { router as pageRouter } from '@ax2/api-page';
const koaRouter = new Router();
koaRouter.use(pageRouter);
export default koaRouter;

Available class

import { router as PageRouter, controller as PageController, service as PageService, model as Page, Section, Row, Column, Block, ContentBlock } from '@ax2/api-page';

FAQs

Package last updated on 15 Sep 2021

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