Giter Site home page Giter Site logo

vue-polkadot / ui Goto Github PK

View Code? Open in Web Editor NEW
19.0 1.0 7.0 2.47 MB

UI utilities, libraries and Vue.js components in use across @polkadot-js projects

Home Page: https://vue-polkadot.js.org/ui

License: MIT License

JavaScript 3.02% Vue 10.76% TypeScript 85.41% Shell 0.80%
vue polkadot-js substrate vuejs

ui's Introduction

DEPRECATED: vue-ui-polkadot

Original vue-polkadot project is deprecated. Some packages are now available in @kodadot1 on npmjs.

Code has been moved under kodadot/packages.

vue-ui-polkadot

UI utilities, libraries and Vue.js components in use across @polkadot projects.

The following libraries will be available in packages

  • vue-identicon - Identity icon generator with address as input
  • vue-keyring - A browser-specific wrapper around the base @polkadot/util-keyring library
  • vue-settings - A browser local storage wrapper for app settings & configuration

ui's People

Contributors

dependabot[bot] avatar pbteja1998 avatar ryan-gordon avatar vikiival avatar yangwao avatar

Stargazers

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

Watchers

 avatar

ui's Issues

BOUNTY: Fix build of Vue identicon

Proposal

The Goal of this bounty is to fix build of vue-identicon.
As you can see on the image below, <Identicon /> does not render and shows error that $attrs and $listeners are read only.

Maybe two Vue istances are there ?

photo_2020-03-05 18 27 07

Definition of done

I expect that:

  • Identicon would be working as expected - i.e. render like @polkadot/vue-identicon
  • You write short summary, how to build vue components on our Blog

We would be pleased if you use Vue Lib Build instead of Rollup.

Fix tslint

We would like keep our repository in high code quality.

Actuall tslint.json in vue-keyring branch is

{
  "defaultSeverity": "warning",
  "extends": [
    "tslint:recommended"
  ],
  "linterOptions": {
    "exclude": [
      "node_modules/**"
    ]
  },
  "rules": {
    "indent": [true, "spaces", 2],
    "interface-name": false,
    "no-consecutive-blank-lines": false,
    "object-literal-sort-keys": false,
    "ordered-imports": false,
    "quotemark": [true, "single"],
    "member-ordering": [false],
    "trailing-comma": [false],
    "variable-name": {
      "options": [
        "allow-leading-underscore"
      ]
    }
  }
}

We would like to strip out member-ordering, trailing-comma and variable-name as it was in previous state after we merge it to master. That will result in numerous errors. Help us to resolve them.

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.