Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbarbounakis/most-web-extensions
Most Web Framework Login Pages Extension
https://github.com/kbarbounakis/most-web-extensions
Last synced: 1 day ago
JSON representation
Most Web Framework Login Pages Extension
- Host: GitHub
- URL: https://github.com/kbarbounakis/most-web-extensions
- Owner: kbarbounakis
- Created: 2015-10-10T04:30:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T18:31:26.000Z (about 9 years ago)
- Last Synced: 2023-03-12T05:18:48.929Z (over 1 year ago)
- Language: CSS
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# most-web-extensions (in progress)
Most Web Framework MVC Extensions
Register this extension in application configuration as follows:
{
...
"extensions": [
...
{ "name":"mwext", "description":"MOST Web Framework Extensions",
"type":"most-web-extensions" }
]
}or by adding the following lines of code in server.js init script:
var mwext = require('most-web-extensions');
mwext.extend(web.current);