@beisen/babel-plugin-upaasui

Import upaasui components with ease.

Usage no npm install needed!

<script type="module">
  import beisenBabelPluginUpaasui from 'https://cdn.skypack.dev/@beisen/babel-plugin-upaasui';
</script>

README

babel-plugin-veui

This Babel plugin enables you to wrtie simpler import statements by converting such statements:

import { Button, Input } from 'veui'

...into:

import Button from 'veui/components/Button'
import Input from 'veui/components/Input'

...just like babel-plugin-lodash does.