1. eks-theme-default
The default theme for Eks.
eks-theme-default
Package: eks-theme-default
Created by: xkeshi
Last modified: Sat, 30 Apr 2022 23:56:01 GMT
Version: 0.1.0
License: MIT
Downloads: 11
Repository: https://github.com/xkeshi/eks

Install

npm install eks-theme-default
yarn add eks-theme-default

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

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin