Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Vue 3 component library based on the Material 3 design system

NotificationsYou must be signed in to change notification settings

material-vue/material-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI components for each your new project, made according to m3 guidelines.

npm

Installation

You can installMaterial Vue from NPM:

npm install @korpusovmax/material-vue

Setup project

After installation all you need to faststart is to add some lines to yourindex.js in vue project.

import{createApp}from'vue'import'./style.css'importAppfrom'./App.vue'// import libimportMaterialVuefrom'@korpusovmax/material-vue'// import stylesimport"@korpusovmax/material-vue/style.css"constapp=createApp(App)// use as pluginapp.use(MaterialVue)app.mount('#app')

[8]ページ先頭

©2009-2025 Movatter.jp