# v-easy **Repository Path**: link0109/v-easy ## Basic Information - **Project Name**: v-easy - **Description**: 基于Vue2.x开发 , 参考Element风格开发一套UI框架 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 16 - **Forks**: 2 - **Created**: 2019-01-05 - **Last Updated**: 2023-11-18 ## Categories & Tags **Categories**: webui **Tags**: None ## README ## 仓库地址已更换 [v-easy-components](https://github.com/Linkontoask/v-easy-components)

V-easy

### Demo [OnlineDemo](https://linkontoask.github.io/demo/v-easy/index.html) ### Document [Official website](http://linkorg.club) ### Install ``` npm install v-easy-message -s ``` ### Quick Start ``` javascript import vEasy from 'v-easy-message' Vue.use(vEasy); ``` ### use I18n ```javascript import vEasy from 'v-easy-message' import locale from 'v-easy-message/local/en' Vue.use(vEasy, { locale }); ``` ### use babel ``` javascript // webpack.base.conf.js module: { rules: [ { test: /\.js$/, loader: 'babel-loader', include: [resolve('/node_modules/v-easy-message')] } ] }, // vue.config.js (vue-cli3) transpileDependencies: ['v-easy-message'] ``` ### Demo ``` javascript ``` ### Coming soon(Mobile) + TimePicker + Loading + Alert + Avatar + List ### Coming soon(PC) + Loading ### LICENSE [MIT](https://raw.githubusercontent.com/Linkontoask/v-easy/master/src/components/v-easy/LICENSE)