This repository has moved HERE
(Vueggy) - [https://github.com/justbefree/vueggy]
(Examples) - [https://vueggy.com]
It's just a Vue component library, but specially we focus on "business travel" related products.
Ever thinking about build your own component library based on Vue.js? Ever thinking about how to build component library like element-ui? Ever thinking about how component library works? Here comes the youdefine-UI. With this library you can change any prefix you want, so you can make your own Vue component library.
It's quite simple, all you need to do is edit the .env.* config file in the root folder, after that you just run the command : npm run serve
npm run build:components
npm install
npm run serve
npm run build
npm run lint
npm install yn-components --save
import YnComponents from "yn-components"
Vue.use(YnComponents);