yn-components
v1.8.4
Published
Advanced and highly reusable Mobile UI Components built on Vue2 & You can define your own UI library by yourself.
Downloads
27
Maintainers
Readme
Here comes Vueggy for Vue3
(Vueggy) - [https://github.com/justbefree/vueggy]
(Examples) - [https://vueggy.com]
youdefine-UI
What is youdefine-UI?
It's just a Vue component library, but specially we focus on "business travel" related products.
Why youdefin-UI?
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.
How to use it ?
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
How to build ?
npm run build:components
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
Usage
npm install yn-components --save
import YnComponents from "yn-components"
Vue.use(YnComponents);