element-pro-components

a component library for Vue 3 base on element-plus

Usage no npm install needed!

<script type="module">
  import elementProComponents from 'https://cdn.skypack.dev/element-pro-components';
</script>

README

License Latest tag via npm npm bundle size Npm Last Updated Github last commit Latest tag via GitHub

element-pro-components (Beta)

a component library for Vue 3 base on element-plus

Documentation | Changelog

Installation

yarn add element-pro-components
# or
npm i element-pro-components

Usage

import { createApp } from 'vue'
import App from './App.vue'
import ElementPro from 'element-pro-components'
import 'element-pro-components/lib/styles/index.css'

createApp(App).use(ElementPro).mount('#app')
<template>
  <pro-layout />
</template>

Development project

nodejs ^12

start

yarn

yarn dev

then, preview on http://localhost:3000/

test build

yarn build

before push

yarn test

commit-convention

License

MIT