0.1.4 • Published 4 years ago

echo-view-ui v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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.

提交代码的步骤

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

项目引用的步骤

  • 安装
npm i echo-view-ui
  • 使用
import EchoUI from "echo-view-ui";
import "echo-view-ui/lib/theme-chalk/index.css";
Vue.use(EchoUI);
0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago