Skip to content
This repository was archived by the owner on Oct 28, 2020. It is now read-only.

arangodb/foxx-ui-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foxx-ui-template

A minimalistic ui template for ArangoDB for foxx using pure css

Please use components provided by Pure (Grids, Forms, Buttons, Tables, Menus):

Font-Awesome included:

Usage

You need grunt to see your possible modifications. Install grunt and grunt-cli using npm. Then install all dependencies. Afterwards you can start generating the files.

npm install 
grunt (or grunt watch)

Folder Structure

└── frontend
    ├── css                     <- static css files (include them in scss/style.scss)
    ├── fonts                   <- additional fonts
    ├── html                    <- html files
    ├── js                      <- js files
    ├── images                  <- image files
    └── scss                    <- sass files for css generation
└── build                       <- location of generated files

About

Minimalistic foxx ui template using pure css

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published