/admin-app

Lambda admin app

Primary LanguageVueMIT LicenseMIT

Getting start

  1. Clone the repo
  2. Create .env file from .env.development
  3. Set LAMBDA_BASE_URL in .env
  4. npx nuxi generate one time build for public assets
  5. yarn dev

Ready

yarn dev

npx nuxi analyze

npx nuxi info

npx nuxi upgrade

npx nuxi generate set NODE_OPTIONS=--max_old_space_size=4096 export NODE_OPTIONS=--max-old-space-size=8192