All Projects → vueClub → Milk Vue

vueClub / Milk Vue

Licence: other
milk-vue

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Milk Vue

React Antd Todo
A simple todo list app built with React, Redux and Antd - Ant Design
Stars: ✭ 42 (-54.84%)
Mutual labels:  ant-design
Vue Admin Beautiful
🚀🚀🚀vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus主线版本基于element-plus、element-ui、ant-design-vue三者并行开发维护,同时支持电脑,手机,平板,切换分支查看不同的vue版本,element-plus版本已发布(vue3,vue3.0,vue,vue3.x,vue.js)
Stars: ✭ 10,968 (+11693.55%)
Mutual labels:  ant-design
Placeline Nextjs
HyperTrack Placeline web application sample using NextJS, Ant-Design, Styled-Components, and Heroku
Stars: ✭ 88 (-5.38%)
Mutual labels:  ant-design
Getlink Next
Get Link!
Stars: ✭ 48 (-48.39%)
Mutual labels:  ant-design
React Movies App
🎥 React movie app finder || experimenting with ant-design
Stars: ✭ 58 (-37.63%)
Mutual labels:  ant-design
Wechat Operation
运营星(微信第三方平台): 微信公众号深度运营平台,使公众号运营更加灵活,快速提升用户体验感。
Stars: ✭ 70 (-24.73%)
Mutual labels:  ant-design
Antd Issue Helper
Stars: ✭ 38 (-59.14%)
Mutual labels:  ant-design
Ant Back
🚀 react后台,后台管理系统
Stars: ✭ 90 (-3.23%)
Mutual labels:  ant-design
Awesome Uikit
Collect JS Frameworks, Web components library and Admin Template.
Stars: ✭ 1,136 (+1121.51%)
Mutual labels:  ant-design
React Antd Dva
基于react + ant-design + dva + Mock 企业级后台管理系统最佳实践
Stars: ✭ 85 (-8.6%)
Mutual labels:  ant-design
Vue Admin Pro
Solution for company middle and backstage, written using the vue and nuxtjs
Stars: ✭ 48 (-48.39%)
Mutual labels:  ant-design
Ant Design Vue Pro
👨🏻‍💻👩🏻‍💻 Use Ant Design Vue like a Pro!
Stars: ✭ 8,965 (+9539.78%)
Mutual labels:  ant-design
React Antd Multi Tabs Admin
ts+react+antd-多页签后台模板(纯净版,非 antd pro!)
Stars: ✭ 73 (-21.51%)
Mutual labels:  ant-design
React Redux Antdesign Webpack Starter
react + redux + ant design + react-router 4 + webpack 4 starter
Stars: ✭ 44 (-52.69%)
Mutual labels:  ant-design
Ant Design Pro Plus
✨ 基于 ant-design-pro 做一些微小的工作。
Stars: ✭ 88 (-5.38%)
Mutual labels:  ant-design
Ant Design Blazor
Enterprise-class UI components based on Ant Design and Blazor.
Stars: ✭ 39 (-58.06%)
Mutual labels:  ant-design
Node Blog
🔥✨ A react blog project base on nodejs, nestjs, mongoose, typescript, react, ant-design,nextjs
Stars: ✭ 69 (-25.81%)
Mutual labels:  ant-design
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1311.83%)
Mutual labels:  ant-design
Www
每天大红包 · 网页端
Stars: ✭ 90 (-3.23%)
Mutual labels:  ant-design
Ant Design Mobile
Fluent and powerful mobile component library based on React.
Stars: ✭ 9,489 (+10103.23%)
Mutual labels:  ant-design

logo logo

Docs

中文版

Install

npm i milk-vue

Quickstart

1. Use babel-plugin-import (Recommended)

# Install babel-plugin-import
npm i babel-plugin-import -D
// set babel config in .babelrc or babel-loader
{
  "plugins": [
    ["import", { "libraryName": "milk-vue", "style": true }]
  ]
}

Then you can import components from vant, equivalent to import manually below.

import { Button } from 'milk-vue';

2. Manually import

import { Button } from 'milk-vue/lib/button';

3. Import all components

import Vue from 'vue';
import Milk from 'milk-vue';
import 'milk-vue/lib/milk-css/index.css';

Vue.use(Milk);

Contribution

Contributioner

Thanks

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].