vue-button-coustom

1.1.8 • Public • Published

npm-vue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

依赖element

import Vue from 'vue'
import App from './App.vue'
import vueButtonCoustom from 'vue-button-coustom'
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
Vue.config.productionTip = false
Vue.use(ElementUI)
Vue.use(vueButtonCoustom)
new Vue({
  render: h => h(App),
}).$mount('#app')

Customize configuration

See Configuration Reference.

Readme

Keywords

none

Package Sidebar

Install

npm i vue-button-coustom

Weekly Downloads

1

Version

1.1.8

License

MIT

Unpacked Size

125 kB

Total Files

12

Last publish

Collaborators

  • xiaoweinpm