8000 GitHub - liu-collab/echo-ui: 学习搭建vue3组件库
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

liu-collab/echo-ui

Repository files navigation

echo-ui

基于 Vue3 的组件库,样式借用 element-plus 的,学习使用

安装

npm install -S echo-echonpm-ui

引入

import EchoUI from 'echo-echonpm-ui'
import 'echo-echonpm-ui/lib/echo-echonpm-ui.css'

createApp(App).use(EchoUI)

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run lib

Run your 6507 unit tests

npm run test:unit

signle components test

npm run test:counter

Lints and fixes files

npm run lint

About

学习搭建vue3组件库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0