Skip to content

bigJackie/Jackie-UI

Repository files navigation

Jackie-UI

A UI Toolkit for Web-Apps Based On Vue.js 2.x.

Jackie-UI is not only support perfectly on computers but also on cell phones.

Jackie-UI borrows ideas from Element-UI and Vuetify. And for now, it just practice project for person.

Jackie-UI now is undering development, please wait.

TODO

Features

  • Internationalization
  • Theme

Components

  • Application
  • App-Bar
  • Lists
  • Navigation-Bar

Documentation

  • Introduction
  • Quick-Start
  • Features
  • Styles
  • Components
  • Directives

install

npm install jackiew-ui

Quick Start

import JUI from "jackiew-ui";
import "jackiew-ui/jui.css";
Vue.use(JUI);

// or
import {
  JButton,
  JAppBar
  // ...
} from 'jackiew-ui'
Vue.component(JButton.name, JButton)
Vue.component(JAppBar.name, JAppBar)

For more information, please refer to Quick Start in our documentation.

Browser Support

Changelog

FAQ

LICENSE

GPL-3.0

About

A UI Frame For Vue 2.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published