vuele
1.0.0
Basierend auf der Geschäftskomponentenbibliothek auf ElementUI.
Dokumentvorschau: https://lq782655835.github.io/vuele/
Die Vuele-Geschäftskomponentenbibliothek hängt von ElementUI ab und muss zusammen installiert werden.
# 安装
npm i element-ui vuele -S
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css' ;
Vue . use ( ElementUI )
import vuele from 'vuele' ;
import 'vuele/dist/vuele.css' ;
Vue . use ( vuele )
// mixins在页面级使用
import { listMixin as list } from 'vuele' ;
export default {
//...
mixins : [ list ] ,
//...
}
Lokale Entwicklungskomponentenbibliothek.
npm i
# 本地开发命令
npm run serve
# 在src/components目录下根据组件用途分为基础组件和复杂组件,复杂组件主要供物料使用。开发完成需在对应目录index.ts中注册。
# 在__demo__文件夹可以写预览示例。
$ git commit -m ' feat: add feature '
$ npm run cm
# 发布命令,运行后自动打包
npm publish
npm i
# 本地开发
npm run docs:dev
# 在 docs目录下rds-components中可书写相关文档