@typijs/modules
v1.0.0-beta.6
Published
The Angular CMS Framework for building fully-featured SPA sites powered by NodeJS and MongoDB with TypeScript
Downloads
7
Readme
TypiJS
The Angular CMS Framework for building fully-featured SPA sites powered by NodeJS and MongoDB with TypeScript.
It includes 4 packages:
@typijs/core
- provides the decorators, injection tokens, base classes to create content type@typijs/modules
- provides the plugged-in module such as Page tree, Block tree, Media..@typijs/portal
- provide the UI layout to access editor, admin@typijs/api
- provide the apis to manipulate the content data which stored in MongoDB
Built With
Build on top modern stacks with TypeScript
TypiJS Modules
This package @typijs/modules
built on Angular provides the components Content Dynamic Form, Page Tree, Block Tree, Media Tree, Version, Site Definition... which plugs into portal layout
Built with
- Angular
- TypeScript
Features
- Built-in tree component
- Built-in drag & drop
- Dynamic Content Form
Getting Started
To start the site build with TypiJS, following theses steps
Prerequisites
- Angular 10.x or higher
- Node 10.x or higher
- Express 4.x or higher
- Typescript 4.1.5
- MongoDB latest
Quick start
- Clone the repo
git clone https://github.com/typijs/typijs-starter.git cd typijs-starter npm install npm start
- Navigate to http://localhost:4200/typijs/register to start
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Email: [email protected]
Project Link: https://github.com/typijs/typijs