hsxa-ui
v0.9.54
Published
```shell npm install hsxa-ui -S ```
Downloads
284
Readme
Install
npm install hsxa-ui -SQuick Start
import Vue from 'vue';
import HsxaUI from 'hsxa-ui';
import 'hsxa-ui/lib/theme-chalk/index.css';
Vue.use(HsxaUI);
import App from './App.vue';
new Vue({
el: '#app',
render: h => h(App)
});For more information, please refer to Quick Start in our documentation.
