Top 4 Vue Material-UI Projects
-
-
demo-multiframework
🧶 Oruga combined with 4 different styles: Tailwind, Bootstrap 5, Bulma and Material!
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
Project mention: How do I bundle my CSS with a component package so I don't have to import it manually? | /r/vuejs | 2023-05-08
I've been writing some components recently and haven't been able to find a decent article that explains this in much detail so I have my own troubled version, for example my tree-view.
-
{ "name": "vue-tri-state-checkbox", "private": false, "version": "0.0.1", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/MatijaNovosel/tri-state-checkbox.git" }, "keywords": [ "checkbox", "vue-tri-state-checkbox", "material", "material-ui", "vue3", "vue", "vuejs" ], "files": ["dist", "src/components/"], "main": "./dist/vue-tri-state-checkbox.umd.cjs", "module": "./dist/vue-tri-state-checkbox.js", "exports": { ".": { "import": "./dist/vue-tri-state-checkbox.js", "require": "./dist/vue-tri-state-checkbox.umd.cjs" }, "./dist/style.css": { "import": "./dist/style.css", "require": "./dist/style.css" } }, "types": "./dist/index.d.ts", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview" }, "dependencies": { "sass": "^1.62.1", "vue": "^3.2.47" }, "peerDependencies": { "vue": "^3.0.0" }, "devDependencies": { "@vitejs/plugin-vue": "^4.1.0", "path": "^0.12.7", "typescript": "^5.0.2", "vite": "^4.3.9", "vite-plugin-dts": "^2.3.0", "vue-tsc": "^1.4.2" } }
Index
What are some of the best open-source Material-UI projects in Vue? This list will help you:
Project | Stars | |
---|---|---|
1 | dashblocks-template | 165 |
2 | demo-multiframework | 9 |
3 | vue-tree-view | 2 |
4 | tri-state-checkbox | 1 |