0.1.0 • Published 6 years ago

eks-theme-default v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Eks

Build Status

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.
  • Website

Getting started

Install

npm install eks

Usage

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

Vue.use(Eks);

Import single component

npm install eks-tree
import Vue from 'vue';
import EksTree from 'eks-tree';
import 'eks-tree/dist/eks-tree.css';

Vue.use(EksTree);

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