0.1.2 • Published 1 year ago

swc-vue-material v0.1.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

RTAF Software Center Material Design for Vue.js

Modify Vue material(vue-material) to support our project For documentation, you can use original documents

Documentation

Documentation & demos

Installation and Usage

Install RTAF Software Center Vue Material through npm

npm install swc-vue-material --save

* Others package managers like JSPM and Bower are not supported yet.

Import or require Vue and Vue Material in your code:

import Vue from 'vue'
import SwcVueMaterial from 'swc-vue-material'
import 'swc-vue-material/dist/swc-vue-material.min.css'

Vue.use(SwcVueMaterial)

Or use individual components:

import Vue from 'vue'
import { MdButton, MdContent, MdTabs } from 'swc-vue-material/dist/components'
import 'swc-vue-material/dist/swc-vue-material.min.css'

Vue.use(MdButton)
Vue.use(MdContent)
Vue.use(MdTabs)
<link rel="stylesheet" href="path/to/swc-vue-material.css">
<script src="path/to/swc-vue-material.js"></script>

Changelog

https://gitlab.rtaf.mi.th/anuphong_th/swc-vue-material/-/blob/master/CHANGELOG.md

Credits and Thanks

Vue Material does not run under the umbrella of any company or anything like that. It is an independent project created by Marcos Moura in his spare time, which has become one of the most used UI Libraries for Vue.js. The development is active and we are working hard to release great things for you.

License

MIT

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago