JSPM

azion-webkit

1.51.10
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 403
  • Score
    100M100P100Q116959F
  • License MIT

azion-webkit is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, use UI blocks to build spectacular applications in no time.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (azion-webkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    azion-webkit

    production storybook production

    Cover @aziontech/webkit repository

    Package azion-web-kit deprecated Package @aziontech/webkit deprecated

    The azion-webkit project is the best way to develop, create and update an app, page, and other Front-End necessities.

    HOW TO INSTALL

    [To Do]

    HOW TO USE

    npm install azion-webkit

    or add in the package.json file inside your project in the dependencies key.

    {
      "dependencies": {
        "azion-webkit": "ˆ1.35.4",
        ....
      }
    }

    Folder Structure

    To Do

    ./src/

    • index.js:
      • where all templates blocks or components are exported;
    • helpers:
      • is an utils functions/methods/class that will be used to abstract something;
    • mock:
      • to create the specific components params value to be used in the views examples during development;
    • stories:
      • to import and enable the component visualization in the Storybook in a sort format;
    • templates:
      • to code the blocks used to build the apps/pages;
    • views:
      • to mount an organized visible gallery of blocks, pages, and components available;

    Storybook

    We are using Storybook to organize our template blocks components.

    npm run storybook
    npm run build:storybook

    Probabily will enable a url: http://localhost:6006 or 6007 if before not available;