GithubHelp home page GithubHelp logo

notification's Introduction

vue-bulma

A modern UI framework based on Vue and Bulma.

Install

Install with npm:

$ npm i vue-bulma --save

Install with yarn:

$ yarn add vue-bulma

Example

import Vue from 'vue'
import * as components from 'vue-bulma'

// In the global registration
for (const [key, value] of Object.entries(components)) {
  const name = value.name || `vb-${key.toLowerCase()}`
  Vue.component(name, value)
}

Development

We use Lerna to manage multiple packages.

$ npm i lerna --global 
$ yarn bootstrap

Open Examples

$ yarn dev

Format packages

$ yarn run format

Create a package

# vue-bulma-container
$ lerna create vue-bulma-container
$ lerna add vue packages/vue-bulma-container/
$ lerna add bulma packages/vue-bulma-container/
$ cd packages/vue-bulma-container/
$ mkdir src
$ touch src/main.js
$ touch src/style.scss

Add to vue-bulma

$ lerna add vue-bulma-container packages/vue-bulma/

Team

Lead Maintainers

Collaborators

License

Licensed under MIT.

notification's People

Contributors

dhargitai avatar fundon avatar luventa avatar towerful avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

notification's Issues

Issues with the @import statements in the style part.

My Laravel Elixir / Gulp setup didn't want to webpack this module. After a lot of digging around, I found out it was due to the @import statements. This issue only occurs when I also use mix.sass('app.sass'). All in al it's a strange thing, but might be helpful for someone running into the same issue.

The error is get is:

09:49:30] Starting 'all'...
[09:49:30] Starting 'sass'...
[09:49:31] Finished 'sass' after 1.07 s
[09:49:31] Starting 'webpack'...
undefined:0

TypeError: undefined is not a function

I (temporarily) fixed this by forking this repo and removing the @import statements.

If someone has a better idea, please let me know.

Uncaught SyntaxError: Unexpected token <

I'm getting this error after just installing on my project

Edit: as standalone component.

I did the npm install vue-bulma-notification --save and when I try to import Notification from 'vue-bulma-notification' I get this error:

Uncaught SyntaxError: Unexpected token <

Vue 2.x

Do you plan to add support for version 2?

Module build failed: @import '~bulma/sass/utilities/variables';

This fails for me on start with:

in ./node_modules/vue-bulma-notification/src/Notification.vue

Module build failed:
@import '~bulma/sass/utilities/variables';
^
File to import not found or unreadable: ~bulma/sass/utilities/variables.
Parent style sheet: stdin
in /Users/will/devprojects/timber/timber-client/node_modules/vue-bulma-notification/src/Notification.vue (line 119, column 1)

@ ./node_modules/vue-style-loader!./node_modules/css-loader?{"sourceMap":true}!./node_modules/vue-loader/lib/style-compiler?{"vue":true,"id":"data-v-1f8f4dfc","scoped":false,"hasInlineConfig":false}!./node_modules/sass-loader/lib/loader.js?{"sourceMap":true}!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./node_modules/vue-bulma-notification/src/Notification.vue 4:14-328 13:3-17:5 14:22-336
@ ./node_modules/vue-bulma-notification/src/Notification.vue
@ ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/components/Views/NoteThis.vue
@ ./src/components/Views/NoteThis.vue
@ ./src/router.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://0.0.0.0:8080 webpack/hot/dev-server ./src/main.js

Bulma 0.7.* support

In addition to #7 there are a few variable changes:

error  in ./node_modules/vue-bulma-notification/src/Notification.vue

Module build failed:
  border: 2px solid $border
                   ^
      Undefined variable: "$border".
      in /app/node_modules/bulma/sass/utilities/mixins.sass (line 240, column 21)

Comes from importing the "wrong" variable set according to stipsan/bulma-loader#6 (comment) AFAIK

'closed-by-user', 'closed-automatically' events were not being triggered

Hi,
'closed-by-user', 'closed-automatically' events were not being triggered on the parent component

Following is my HTML,

<div id="app" class="site">
    <notification-custom v-if="notification.show" />
  </div>

Trying to catch the event like this.

  created: function() {
  // It's not being triggering.
    this.$on('closed-automatically', function(value) {
      console.log('Got it !')
    })
  }

Bulma ^0.3

Is this package going to be integrated for Bulma 0.3? Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.