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
Quick Start
import JUI from "jui-demo";
import "jui-demo/jui.css";
Vue.use(JUI);
// or
import {
JButton,
JAppBar
// ...
} from 'jui-demo'
Vue.component(JButton.name, JButton)
Vue.component(JAppBar.name, JAppBar)For more information, please refer to Quick Start in our documentation.