A series of Vue components.


Keywords
eks, vue, vue-component, components, ui, framework, web, front-end, css, html, javascript, ui-framework
License
MIT
Install
npm install eks@0.7.0

Documentation

Eks

Build Status Lerna

A series of Vue components.

Eks is a simple front end UI framework heavily inspired by Bootstrap.

  • Eks is the pronunciation of the letter X.
  • Docs & Demo

Getting started

Install

npm install eks

Usage

import Vue from 'vue';
import Eks from 'eks';
import 'eks/dist/eks.css';

Vue.use(Eks);

Browser support

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Opera (latest)
  • Edge (latest)
  • Internet Explorer 10+

Versioning

Maintained under the Semantic Versioning guidelines.

License

MIT © Xkeshi