@bachdgvn/sbox-ds
v0.0.2
Published
Collection of UI Components based on Sbox Design System and Vue.js 2.0
Downloads
51
Maintainers
Readme
This project was forked from the original ViewUI v4.2.0.
Docs
The project is updating by the time and we have not developed a docs yet. So if you want to use this project, you can follow viewUI v4.2.0 docs for usage guide. 4.x | 3.x | 2.x | 1.x
Features
- Dozens of useful and beautiful components.
- Friendly API. It's made for people with any skill level.
- Extensive documentation and demos.
- It is quite beautiful.
- Supports both Vue.js 2 and Vue.js 1.
Install
Using npm:
npm install @bachdgvn/sbox-ds --save
Quickstart
import Vue from 'vue';
import VueRouter from 'vue-router';
import App from 'components/app.vue';
import Routers from './router.js';
import SboxDS from '@bachdgvn/sbox-ds';
import '@bachdgvn/sbox-ds/dist/styles/sbox-ds.css';
Vue.use(VueRouter);
Vue.use(SboxDS);
// The routing configuration
const RouterConfig = {
routes: Routers
};
const router = new VueRouter(RouterConfig);
new Vue({
el: '#app',
router: router,
render: h => h(App)
});
Compatibility
- Supports Vue.js 2.x, 1.x
- Supports SSR
- Supports Nuxt.js
- Supports TypeScript
- Supports Electron
- Most components and features support IE9 and above browsers, some components and features do not support IE
License
Copyright (c) 2020, Sbox UI Team