bdms-vue-components

## Project setup ``` yarn install ```

Usage no npm install needed!

<script type="module">
  import bdmsVueComponents from 'https://cdn.skypack.dev/bdms-vue-components';
</script>

README

vue-components based mammut

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

打包项目库

yarn run lib

查看项目webpack配置

yarn run inspect

publish

需要先本地打包好然后在publish,注意修改版本号

npm publish

使用

yarn add bdms-vue-components

需全局引入css文件,后面正常用即可

import 'bdms-vue-components/lib/ndscomponents.css';

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit