A Vue.js project to add global notices on a page.
npm install crip-vue-noticebash
> npm i -S crip-vue-notice
`
$3
- Font Awesome: Add font awesome css to make ikons in notices visible:
`html
...
`
$3
`javascript
import Vue from 'vue'
import CripNotice from 'crip-vue-notice'
// Install component in to Vue instance.
Vue.use(CripNotice)
`
$3
`vue
// App.vue
`
Build Setup
`bash
install dependencies and serve with hot reload at localhost:8080
> npm i && npm run dev
`
Release steps
`bash
> npm run release
``