Skip to content

Moonlight UI is a lightweight SPA and user interfaces framework.

License

Notifications You must be signed in to change notification settings

richardedens/moonlightui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

moonlightui

Moonlight UI is a lightweight SPA and user interfaces framework based on JavaScript / CSS and HTML.

Docs

Documentation is available in the MoonlightUI website on Github.

Feature Support

This will be included in a later stage once we reached version 1.0 status.

Releases

Download the latest MoonlightUI release from github: https://github.com/richardedens/moonlightui/releases

Installation

MoonlightUI can be installed as a bower package with:

bower install moonlightui

Include moonlightui in your page with the following code:

<!DOCTYPE html>
<html>
    <head>
        <script type="text/javascript" src="dist/js/moonlightui.min.js"></script>
        <link href="dist/css/moonlightui.min.css" media="all" rel="stylesheet"></link>
    </head>
    <body>
        <!-- ... markup for moonlighui ... -->
        <script type="text/javascript" src="app.js"></script>
    </body>
</html>

Working on the source yourself

To start working on the source yourself you first need to install external libraries from NPM with.

npm install

Then use grunt to watch the SASS and JavaScript files.

grunt

Serving with expresss

Inside the project you are able to serve the /docs/index.html with the following command.

grunt serve

Contributing

If wish to contribute feel free to fork on this repository and submit a pull request on Github. The source files are located in src/js/*.js.

License

Moonlightui is available under the MIT License, see the LICENSE file for more information.

Acknowledgments

The following external libraries are included into moonlightui.

About

Moonlight UI is a lightweight SPA and user interfaces framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published