/echo-ui

echo-ui, a Vue 2.0 based component library for developers

Primary LanguageCSS

echo-ui

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

项目文档地址

See 项目文档地址.

提交代码的步骤

  • git add .
  • git cz > 清楚的选择本次版本所做更改和描述
  • git push

组件库引用的步骤

  • 安装
npm i echo-view-ui
  • 使用

import EchoUI from "echo-view-ui";
import "echo-view-ui/dist/echo-view-ui.css";
Vue.use(EchoUI);