echo-view-ui
v0.1.4
Published
## Project setup ``` npm install ```
Readme
echo-ui
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lintCustomize configuration
提交代码的步骤
- 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);
