README
xm-ui
Installation
Install the xm-star-ui
package:
npm i xm-star-ui
or
yarn add xm-star-ui
Use xm-star-ui
package:
import Vue from 'vue'
import XUI from 'xm-star-ui'
Vue.use(XUI)
Import the css:
import 'xm-star-ui/dist/index.css'
Install the xm-star-ui package:
<script type="module">
import xmStarUi from 'https://cdn.skypack.dev/xm-star-ui';
</script>
Install the xm-star-ui
package:
npm i xm-star-ui
or
yarn add xm-star-ui
Use xm-star-ui
package:
import Vue from 'vue'
import XUI from 'xm-star-ui'
Vue.use(XUI)
Import the css:
import 'xm-star-ui/dist/index.css'