@korpusovmax/material-vue
TypeScript icon, indicating that this package has built-in type declarations

1.0.54 • Public • Published

Material Vue

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

Installation

You can install Material Vue from NPM:

npm install @korpusovmax/material-vue

Setup project

After installation all you need to fast start is to add some lines to your index.js in vue project.

import { createApp } from 'vue'
import './style.css'
import App from './App.vue'
// import lib
import MaterialVue from '@korpusovmax/material-vue'
// import styles
import "@korpusovmax/material-vue/style.css"

const app = createApp(App)
// use as plugin
app.use(MaterialVue)

app.mount('#app')

Readme

Keywords

none

Package Sidebar

Install

npm i @korpusovmax/material-vue

Weekly Downloads

1

Version

1.0.54

License

none

Unpacked Size

422 kB

Total Files

5

Last publish

Collaborators

  • korpusovmax