@nola/materials-vue
v1.2.11
Published
Starter template to get up and running quickly with Vue and Storybook
Downloads
4
Readme
Vue 物料库 - 万物皆为料
📦 Install
yarn add @nola/materials-vue
🔨 Usage
# 1. import in `main.js`
import vueMaterials from '@nola/materials-vue'
# 2. just use it in `main.js`
Vue.use(vueMaterials)
The Sample
<template>
<m-statistic service="h5" serviceVersion="v1.0" />
</template>
Brief presentation
| 组件名 | 介绍 | | ----------- | :--: | | m-statistic | 监控 | | m-calendar | 日历 |
for more information please see Doc.
Doc
Supported framework
vue2.x