Home

Awesome

Note: Vital v2.x is not backwards compatible with v1.x. Some things may break. You may need to do some refactoring.

Vital

A minimally invasive CSS framework for modern web applications.

SizeGzipped
Javascripts0
Vital CSS23 KB6 KB

Usage

A couple installation options are available:

Check out our docs for information on installation methods, framework contents, templates, examples and more.

Development

NOTE: The project requires Ruby 2.0+ for building its assets and documentation.

Initial setup:

git clone https://github.com/doximity/vital.git
cd vital
bundle

# If you want to build / work on documentation
cd docs
bundle

Compiling assets locally

cd vital
bundle exec rake vital:build

Build the documentation

Vital is built using a simple static generator: https://middlemanapp.com/

cd vital/docs
bundle
bundle exec middleman

Publishing

Publishing and deployment should be performed by a Doximity member.

Contributing

See CONTRIBUTING.md

Releasing a new version

Reporting Issues and Suggestions

Please submit GitHub issues for problems with the library. Also, feel free to submit a pull-request with suggested changes.