0.0.2 • Published 4 years ago

@bachdgvn/sbox-ds v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.1

4 years ago

0.0.1-beta-7

5 years ago

0.0.1-beta-5

5 years ago

0.0.1-beta-4

5 years ago

0.0.1-beta-2

5 years ago

0.0.1-beta-1

5 years ago

0.0.1-beta-3

5 years ago

0.0.1-alpha-37

5 years ago

0.0.1-alpha-39

5 years ago

0.0.1-alpha-38

5 years ago

0.0.1-alpha-36

5 years ago

0.0.1-alpha-35

5 years ago

0.0.1-alpha-34

5 years ago

0.0.1-alpha-33

5 years ago

0.0.1-alpha-32

5 years ago

0.0.1-alpha-31

5 years ago

0.0.1-alpha-30

5 years ago

0.0.1-alpha-28

5 years ago

0.0.1-alpha-29

5 years ago

0.0.1-alpha-27

5 years ago

0.0.1-alpha-26

5 years ago

0.0.1-alpha-24

5 years ago

0.0.1-alpha-25

5 years ago

0.0.1-alpha-23

5 years ago

0.0.1-alpha-22

5 years ago

0.0.1-alpha-21

5 years ago

0.0.1-alpha-20

5 years ago

0.0.1-alpha-17

5 years ago

0.0.1-alpha-19

5 years ago

0.0.1-alpha-18

5 years ago

0.0.1-alpha-15

5 years ago

0.0.1-alpha-16

5 years ago

0.0.1-alpha-13

5 years ago

0.0.1-alpha-12

5 years ago

0.0.1-alpha-14

5 years ago

0.0.1-alpha-9

5 years ago

0.0.1-alpha-11

5 years ago

0.0.1-alpha-10

5 years ago

0.0.1-alpha-8

5 years ago

0.0.1-alpha-7

5 years ago

0.0.1-alpha-6

5 years ago

0.0.1-alpha-5

5 years ago

0.0.1-alpha-4

5 years ago

0.0.1-alpha-3

5 years ago

0.0.1-alpha-2

5 years ago

0.0.1-alpha-1

5 years ago