https://github.com/node4good/node-ckeditor
Simple npm module to load the statics of CKEditor
https://github.com/node4good/node-ckeditor
Last synced: 4 months ago
JSON representation
Simple npm module to load the statics of CKEditor
- Host: GitHub
- URL: https://github.com/node4good/node-ckeditor
- Owner: node4good
- License: mit
- Created: 2013-07-25T13:55:29.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-07-06T00:29:26.000Z (almost 10 years ago)
- Last Synced: 2025-05-01T18:43:55.599Z (about 1 year ago)
- Language: JavaScript
- Size: 1.84 MB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
node-ckeditor
=============
Simple npm module to load the statics of CKEditor
Usage
=====
```js
var app = express();
var ckStaticsPath = require('node-ckeditor');
//...
app.use(express.statics(ckStaticsPath));
```