Skip to content
View Achneoder's full-sized avatar

Block or report Achneoder

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. l-fen l-fen Public

    JavaScript 2

  2. clobs clobs Public

    Use the Google Cloud Storage as a JSON object storage.

    TypeScript 3

  3. Create a docker image for Vue.js, us... Create a docker image for Vue.js, using vue-router in HTML5 history mode with nginx
    1
    # build the Vue application
    2
    FROM node:12-alpine as dist
    3
    WORKDIR /opt/project
    4
    COPY ./ ./
    5
    RUN npm i
  4. leanera/custom-vuetify leanera/custom-vuetify Public

    Sample project for creating your own component library based on vuetify with storybook integration.

    JavaScript 2 1

  5. leanera/custom-vuetify-use leanera/custom-vuetify-use Public

    Shows how to include and use a leanera/custom-vuetify based component library.

    JavaScript 1