0.4.40 • Published 6 months ago

@autosync/atx-activix-ui v0.4.40

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Activix UI

Activix UI is a library of UI components for all Activix's products.

Getting Started

Usage documentation in progress...

  • Tailwind configuration
  • Component usage
  • Default CSS
  • Vue plugins (modal & notify)
  • Icons usage

Installation

  • Add the provided Tailwind preset in your tailwind.config.js:
    presets: [
        require('@autosync/atx-activix-ui/configs/tailwind-preset.js'),
    ],
  • Add the following to the content section of your tailwind.config.js:
    './node_modules/@autosync/atx-activix-ui/**/*.{vue,js}',

Contributing

Development Setup

After cloning the repo, run:

npm install

Commonly used NPM scripts

# Compiles and hot-reloads for development
npm run dev

Use Local version in CRM to test

# In Activix-UI terminal run
npm link

#After that go to in CRM open new terminal cd ../frontend
npm link "@autosync/atx-activix-ui"

#When you have finished to test
npm unlink "@autosync/atx-activix-ui"

Deployment

We use Github Packages as NPM's registry. To publish a new version, you must follow these steps:

  1. Follow the steps here to authenticate with Github Packages.
  2. Execute npm version patch to tag a new version for the package.
  3. Execute npm publish to publish the new version to Github Packages.
0.4.40

6 months ago

0.4.39

8 months ago

0.4.37

11 months ago

0.4.38

10 months ago

0.4.35

1 year ago

0.4.36

11 months ago

0.4.32

2 years ago

0.4.10

2 years ago

0.4.15-beta

2 years ago

0.4.9

2 years ago

0.4.8

2 years ago

0.4.15

2 years ago

0.4.7-beta

2 years ago

0.4.11

2 years ago

0.4.13-0

2 years ago

0.4.12-0

2 years ago

0.4.7

2 years ago

0.4.5

2 years ago

0.4.6

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago