GithubHelp home page GithubHelp logo

arunsathiya / aem-forms-theme-wknd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adobe/aem-forms-theme-wknd

0.0 0.0 0.0 2.64 MB

License: MIT License

JavaScript 4.21% TypeScript 4.20% SCSS 91.59%

aem-forms-theme-wknd's Introduction

AEM Forms WKND Theme

This is the standard WKND theme for Adobe Experience Manager (AEM) Forms.

This theme can be modified to customize the visual appearance of Adaptive Form.

Usage

If you're using CSS modules in JavaScript, you can install the NPM module:

npm install --save @aemforms/af-wknd-theme

Then just import the files as you would other CSS.

import '@aemforms/af-wknd-theme/dist/theme.css';

Structure

  • src/theme.ts: This is the main entry point of your JS & CSS theme.
  • src/site: Files that are generic to the entire site.
  • src/components: Files that are specific to components.
  • src/resources: Associated files, like icons, logos, fonts.

Complete development workflow

In order to make best use of theme-builder you have to run the live preview which provides proxy and browser sync functionalities. On top of that you need to make sure that you have additional watcher for your source files that triggers your theme build process which produces changes in the dist folder of your theme. This way after making change in your source file you will get your proxy page refreshed via browser sync.

Build

Initialize the project with following command executed at the theme root:

npm install
npm run build

Creating Clientlib for AEM 65

In AEM 65, core-component themes are deployed as clientlibs. To create clientlib from theme:

npm run create-clientlib --category="adaptiveform.theme.yourtheme"

This takes to args

  1. category [Required] : Clientlib category
  2. directory : Where should the clientlib be created

Environment Variables

Theme Builder scripts are based on the environment variables you provide. These variables are used to properly provide live preview and deploy functionality of the AEM Site Theme Builder.

Here is the list of required variables:

AEM_URL=<URL of the AEM as a Cloud Service instance>
AEM_SITE=<name of the AEM site>
AEM_PROXY_PORT=<localhost proxy server port>

Here is the list of optional variables:

AEM_ADAPTIVE_FORM=<name of the AEM Form>

Recommended way to define site variables is to use / create .env file within your theme project repository.

Launch

Run the local proxy server while working to preview your changes with the content from the production environment.

npm run live

Once your work completed, check your changes into GitHub, and execute the deployment pipeline in Cloud Manager.

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the MIT License. See LICENSE for more information.

aem-forms-theme-wknd's People

Contributors

akshayvas avatar amit-mnnit avatar arunsathiya avatar pankaj-parashar avatar suryansh29 avatar vdua avatar

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.