https://github.com/aziontech/azion-webkit
Components for building Azion's website.
https://github.com/aziontech/azion-webkit
blocking-build primevue tailwind
Last synced: 7 months ago
JSON representation
Components for building Azion's website.
- Host: GitHub
- URL: https://github.com/aziontech/azion-webkit
- Owner: aziontech
- License: mit
- Created: 2023-10-24T15:55:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-23T16:00:04.000Z (8 months ago)
- Last Synced: 2025-10-23T17:36:46.950Z (8 months ago)
- Topics: blocking-build, primevue, tailwind
- Language: Vue
- Homepage: https://www.azion.com
- Size: 17.9 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Cla: CLA.md
Awesome Lists containing this project
README
azion-webkit


> 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
``` bash
npm install azion-webkit
```
or add in the package.json file inside your project in the dependencies key.
``` json
{
"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.
``` javascript
npm run storybook
npm run build:storybook
```
Probabily will enable a url: `http://localhost:6006` or `6007` if before not available;