anysize-cms
v1.0.6
Published
Thank you for checking Anysize-CMS
Downloads
4
Readme
Thank you for checking Anysize-CMS
It is an attempt to a CMS that is modular. Built with NodeJS. You can use only some classes from it or use it as full CMS.
It is in very early development. Feel free to contact me at [email protected]
Using:
Install the package: npm install --save anysize-cms
Example:
In order to see the CMS in work. require the simple server example like this: require('anysize-cms/lib/example/simple-server');
Development:
The CMS utilize es7 features like async
The source files are in the /src folder and compiled using babel like this: call .\node_modules.bin\babel --watch ./src --out-dir ./lib