# yzf-jinnee

web components library for yzf.



安装依赖包，运行
```bash
npm install
npm start
```

To build the component for production, run:

```bash
npm run build
```

To run the unit tests for the components, run:

```bash
npm test
```
