0.0.2 • Published 3 years ago

@bachdgvn/sbox-ds v0.0.2

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

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

MIT

Copyright (c) 2020, Sbox UI Team

0.0.2

3 years ago

0.0.1

3 years ago

0.0.1-beta-7

4 years ago

0.0.1-beta-5

4 years ago

0.0.1-beta-4

4 years ago

0.0.1-beta-2

4 years ago

0.0.1-beta-1

4 years ago

0.0.1-beta-3

4 years ago

0.0.1-alpha-37

4 years ago

0.0.1-alpha-39

4 years ago

0.0.1-alpha-38

4 years ago

0.0.1-alpha-36

4 years ago

0.0.1-alpha-35

4 years ago

0.0.1-alpha-34

4 years ago

0.0.1-alpha-33

4 years ago

0.0.1-alpha-32

4 years ago

0.0.1-alpha-31

4 years ago

0.0.1-alpha-30

4 years ago

0.0.1-alpha-28

4 years ago

0.0.1-alpha-29

4 years ago

0.0.1-alpha-27

4 years ago

0.0.1-alpha-26

4 years ago

0.0.1-alpha-24

4 years ago

0.0.1-alpha-25

4 years ago

0.0.1-alpha-23

4 years ago

0.0.1-alpha-22

4 years ago

0.0.1-alpha-21

4 years ago

0.0.1-alpha-20

4 years ago

0.0.1-alpha-17

4 years ago

0.0.1-alpha-19

4 years ago

0.0.1-alpha-18

4 years ago

0.0.1-alpha-15

4 years ago

0.0.1-alpha-16

4 years ago

0.0.1-alpha-13

4 years ago

0.0.1-alpha-12

4 years ago

0.0.1-alpha-14

4 years ago

0.0.1-alpha-9

4 years ago

0.0.1-alpha-11

4 years ago

0.0.1-alpha-10

4 years ago

0.0.1-alpha-8

4 years ago

0.0.1-alpha-7

4 years ago

0.0.1-alpha-6

4 years ago

0.0.1-alpha-5

4 years ago

0.0.1-alpha-4

4 years ago

0.0.1-alpha-3

4 years ago

0.0.1-alpha-2

4 years ago

0.0.1-alpha-1

4 years ago