Skip to content

Release v0.1.0 (Initial Beta)

Choose a tag to compare

@ramsunvtech ramsunvtech released this 16 Mar 03:50
· 78 commits to main since this release

Feat

  • Create App directory if not exist.
  • Creating basic configurations like babel, webpack, eslint, prettier.
  • Initialise the App NPM Package
  • Create configurable source directory files of index.js, App.js, Routes.js
  • Clone base utility belt setup
  • Clone base static HTML file, translation content and images directory for build directory to copy.
  • Clone i18n Setup with helpers like HOC and hooks.
  • Create business logic component base setup.
  • Create ui / widget component base setup.
  • Run the npm for the selected modules.
  • Update NPM scripts like dev, lint, build, prettier, clean.