Skip to content

lyyourc/vue-alert-go

Repository files navigation

vue-alert-go

a alert component for vue

Quick Start

For more, check docs out, and don't forget the example.

import vueAlert from '../src'

vueAlert({
  title: 'OverWatch',
  msg: 'The World Needs Heros',
})

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# run example, then visit: localhost:8080/example/index.html
npm run example

# build for production with minification
npm run build